Skip to content

Commit

Permalink
chore(release): fix create tag step (#18)
Browse files Browse the repository at this point in the history
add checkout step
---------
Reviewed-By: Phil Schneider <info@philschneider>
  • Loading branch information
evegufy authored Apr 2, 2024
1 parent 26bc00c commit f3beecc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0

- name: Create and push git tag
run: |
git tag v${{ needs.release-images.outputs.app-version }}
Expand Down

0 comments on commit f3beecc

Please sign in to comment.