Skip to content

Commit

Permalink
ci: fix references to tag names in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shivjm committed Nov 7, 2021
1 parent 62c2871 commit bb66015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Expand Up @@ -9,4 +9,4 @@ jobs:
uses: "shivjm/dockerfile-image-tags/.github/workflows/docker.yml@1070526d9f21130977ce12eda4905e0bab821a54"
with:
push: true
tags: latest,${{ github.event.release.tag }}
tags: latest,${{ github.event.release.tag_name }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -63,5 +63,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd build
gh release upload "${{ steps.release.outputs.tag }}" ./*
gh release upload "${{ steps.release.outputs.tagName }}" ./*
if: ${{ steps.release.outputs.release_created }}

0 comments on commit bb66015

Please sign in to comment.