Skip to content

Commit

Permalink
feat: release new releases via automated CD piple
Browse files Browse the repository at this point in the history
This CD pipeline uses semantic-release and manual
workflow_dispatch for now.
  • Loading branch information
char0n committed May 23, 2021
1 parent 4aa4954 commit a7dd32a
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -23,7 +23,7 @@ jobs:
id: semantic
uses: cycjimmy/semantic-release-action@v2
with:
dry_run: true
dry_run: false
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
Empty file removed CHANGE
Empty file.

0 comments on commit a7dd32a

Please sign in to comment.