Skip to content

Commit

Permalink
ci: enable main release (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
rostislav-simonik committed Jan 12, 2023
1 parent 41895e5 commit dc0e45a
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 @@ -40,7 +40,7 @@ jobs:
run: yarn --frozen-lockfile

- name: Semantic release
run: yarn semantic-release --dry-run
run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit dc0e45a

Please sign in to comment.