Skip to content

Commit

Permalink
fix(build): Tag correct commit SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
pdf committed Apr 22, 2023
1 parent 4ac7c19 commit 0712333
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Commit Changes
id: commit_changes
uses: EndBug/add-and-commit@v4
uses: EndBug/add-and-commit@v9.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -76,9 +76,10 @@ jobs:
- name: Commit Tag
id: commit_tag
uses: mathieudutour/github-tag-action@v4.5
uses: mathieudutour/github-tag-action@v6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_sha: ${{ steps.commit_changes.outputs.commit_long_sha }}

- name: Build
id: build
Expand Down

0 comments on commit 0712333

Please sign in to comment.