Skip to content

Commit

Permalink
Merge pull request #31 from UNDP-Data/otag
Browse files Browse the repository at this point in the history
use github.ref_name in release job
  • Loading branch information
iferencik authored Nov 28, 2023
2 parents ffee945 + a551c66 commit 70da956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag: ${{ steps.meta.outputs.tags }}
tag: ${{ github.ref_name }}
generateReleaseNotes: true

0 comments on commit 70da956

Please sign in to comment.