Skip to content

Commit

Permalink
WIP - undo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed May 24, 2024
1 parent dc730bd commit 4f2614b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Clean variable
id: version
run: |
TAG=${{ github.event.release.tag_name }}
TAG="v3.2.1"
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -34,4 +34,4 @@ jobs:
- uses: katyo/publish-crates@v2
if: github.event_name == 'push'
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 4f2614b

Please sign in to comment.