Skip to content

Commit

Permalink
fix tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
patmoreau committed Jun 24, 2024
1 parent e31817d commit 70cc2d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
tagging:
needs: [set-version, build]
uses: patmoreau/workflow-config/.github/workflows/tag-version.yml@main
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
version: ${{ needs.set-version.outputs.version }}

Expand Down

0 comments on commit 70cc2d8

Please sign in to comment.