Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
dariocurr committed Sep 17, 2023
1 parent a97157c commit 13e6a21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
- name: Cargo login
run: cargo login ${{ secrets.CRATES_API_TOKEN }}

- name: Release Rust library
run: cargo release --execute --no-confirm --tag-prefix "" --unpublished

- name: Setup git
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions@users.noreply.github.com"
- name: Release Rust library
run: cargo release --execute --no-confirm --tag-prefix "" --unpublished

- name: Output tag
id: tag
run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 13e6a21

Please sign in to comment.