Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
2ndTaleStudio committed Apr 18, 2021
1 parent 6a429cb commit 444b8a5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,13 @@ jobs:
# and the README.md
sed -i -e 's/||VERSION||/'$CRATE_VERSION'/g' README.md
# as macros are published now - do the dry run for interrupt followed by the real publish
- name: Publish-Dry-Run
run: |
cd ./interrupt/
cargo make publish_dry --profile pipeline
- name: Publish-Run
run: |
cd ../interrupt/
cd ./interrupt/
cargo make publish --env CRATES_TOKEN=${{ secrets.CRATES_TOKEN }}

0 comments on commit 444b8a5

Please sign in to comment.