Skip to content

Commit

Permalink
fix: Updated suffix version
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmiravalir authored Aug 28, 2021
1 parent 5d7407c commit b98c93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: semanticRelease
run: |
npm install --save-dev @semantic-release/changelog @semantic-release/git
npm ci && npx semantic-release -t \${version}
npm ci && npx semantic-release -t \${version}-rc
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
update-release:
Expand Down

0 comments on commit b98c93c

Please sign in to comment.