Skip to content

Commit

Permalink
ci: add crates.io publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeprokisch committed Sep 14, 2024
1 parent 831a916 commit 8dee3cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
if: needs.create-tag.outputs.version != ''
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
token: ${{ secrets.RELEASE_BOT }}
- name: Remove labels from release PR
env:
GH_TOKEN: ${{ secrets.RELEASE_BOT }}
Expand Down

0 comments on commit 8dee3cc

Please # to comment.