Skip to content

Commit

Permalink
- chore: remove dev suffix to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
le0m committed Mar 12, 2020
1 parent 633c691 commit 8462d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
git add -A
TAG="v$(node -p "require('./package.json').version")"
git commit -m "- chore: version bump ($TAG) [skip ci]"
git tag "$TAG-dev"
git tag "$TAG"
git push --tags origin $GITHUB_REF
ssh-agent -k

0 comments on commit 8462d5b

Please sign in to comment.