Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Commit

Permalink
merge(#8): fixed CI release tag
Browse files Browse the repository at this point in the history
Fixed CI release tag
#8
  • Loading branch information
pregnor committed May 20, 2021
2 parents 652ec55 + e2e7f44 commit a22bce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
run: |
organization=${{ needs.configure-environment.outputs.github-organization }}
repository=${{ needs.configure-environment.outputs.github-repository }}
tag=${{ needs.configure-environment.outputs.git-ref-basename }}
tag=${{ needs.configure-environment.outputs.git-refname }}
echo "${{ github.token }}" | gh auth login --with-token
Expand Down

0 comments on commit a22bce4

Please sign in to comment.