Skip to content

Commit

Permalink
feat: test next release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Morl99 committed Aug 17, 2021
1 parent 43f5b7f commit 88c1832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
NODE_ENV: production
- name: Create archive as a preparation for the release
run: zip -r release.zip dist/**
- name: Release
- name: Release to GitHub
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 88c1832

Please sign in to comment.