Skip to content

Commit

Permalink
fix: prerelease version (#80)
Browse files Browse the repository at this point in the history
* fix: prerelease version

* chore: fix syntax
  • Loading branch information
Ivan Peshev authored Oct 29, 2019
1 parent ac5576a commit 749b720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch_push_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Release
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop'
env:
TRAVIS: true
GITHUB_ACTION: true
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
git reset --hard HEAD
git checkout "${GITHUB_REF:11}"
GITHUB_ACTION=true npm run semantic-release
npm run semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@telerik/eslint-config": "^1.0.0",
"@progress/kendo-package-tasks": "^3.0.0",
"@telerik/semantic-prerelease": "^1.3.2",
"@telerik/semantic-prerelease": "^1.3.3",
"cldr-data": "latest",
"cz-conventional-changelog": "^1.1.5",
"ghooks": "^1.0.3",
Expand Down

0 comments on commit 749b720

Please sign in to comment.