Skip to content

Commit

Permalink
set tags to meta tags value
Browse files Browse the repository at this point in the history
  • Loading branch information
janf committed Nov 28, 2023
1 parent e31df7b commit 5131b3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Create release
if: ${{ github.ref != null }}
run: echo ${{ steps.meta.outputs.tags }}
if: ${{ steps.meta.outputs.tags != null }}
id: create_release
uses: ncipollo/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag: ${{ github.ref }}
name: ${{ github.ref }}
tag: ${{ steps.meta.outputs.tags }}
generateReleaseNotes: true

0 comments on commit 5131b3e

Please sign in to comment.