Skip to content

Commit

Permalink
fix: fixes fetching release tag (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman authored Oct 14, 2023
1 parent 245f617 commit f8456cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Fetch tag
id: fetch_tag
if: startsWith(github.ref, 'refs/tags/')
run: echo "tag=${GITHUB_REF#refs/tags/}" >> $GITUB_OUTPUT
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- name: Push release image
uses: input-output-hk/catalyst-ci/actions/push@master
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit f8456cb

Please sign in to comment.