uncomment publishing, do not run on "release" branch

This commit is contained in:
folex 2021-01-06 20:12:30 +03:00
parent fb8e294171
commit 5cd28ce24b

View File

@ -4,7 +4,6 @@ on:
push:
branches:
- "master"
- "release"
jobs:
npm-publish:
@ -84,8 +83,8 @@ jobs:
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
# Set the same version to all crates in the workspace and publish
# - name: Publish to crates.io
# run: cargo ws publish --no-git-commit --allow-dirty --yes custom "${{ env.FINAL_VERSION }}"
- name: Publish to crates.io
run: cargo ws publish --no-git-commit --allow-dirty --yes custom "${{ env.FINAL_VERSION }}"
### Create a pre-release
- name: Generate prerelease description