Skip to content

Commit 749b720

Browse files
author
Ivan Peshev
authored
fix: prerelease version (#80)
* fix: prerelease version * chore: fix syntax
1 parent ac5576a commit 749b720

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/branch_push_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- name: Release
3434
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop'
3535
env:
36-
TRAVIS: true
36+
GITHUB_ACTION: true
3737
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3838
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3939
run: |
4040
git reset --hard HEAD
4141
git checkout "${GITHUB_REF:11}"
42-
GITHUB_ACTION=true npm run semantic-release
42+
npm run semantic-release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@telerik/eslint-config": "^1.0.0",
2626
"@progress/kendo-package-tasks": "^3.0.0",
27-
"@telerik/semantic-prerelease": "^1.3.2",
27+
"@telerik/semantic-prerelease": "^1.3.3",
2828
"cldr-data": "latest",
2929
"cz-conventional-changelog": "^1.1.5",
3030
"ghooks": "^1.0.3",

0 commit comments

Comments
 (0)