Skip to content

Commit

Permalink
Tag the correct commit
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymclean committed Nov 16, 2024
1 parent a28b7b1 commit 86bb679
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create tag for release
uses: rickstaa/action-create-tag@v1
with:
tag: v${{ needs.version.outputs.version }}
commit_sha: ${{ needs.update-image.outputs.commit_hash }}
- id: create_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 86bb679

Please sign in to comment.