Skip to content

Commit

Permalink
feat(lang): add Polish language
Browse files Browse the repository at this point in the history
BREAKING CHANGE: use JavaScript features not available in Node 6.

ING-5434
  • Loading branch information
emanuelaepure10 committed Mar 7, 2024
1 parent 7e5e01a commit fe2ebb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- 'on_v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
build:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/generate_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ jobs:
steps:
- name: Changelog
uses: scottbrenner/generate-changelog-action@master
id: Changelog
with:
from-tag: v1.0
to-tag: HEAD
id: Changelog

0 comments on commit fe2ebb2

Please sign in to comment.