Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Aug 16, 2024
1 parent e4fcb54 commit 7efb924
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Extract version
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable

- name: Extract version
run: |
echo "version=$(cargo pkgid -p bindgen | cut -d '#' -f 2)" >> $GITHUB_ENV
Expand Down

0 comments on commit 7efb924

Please sign in to comment.