Skip to content

Commit

Permalink
fixup! Chore(ci): Publish only when git tag exists
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 4, 2024
1 parent 123c7d4 commit 46b7a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fi
publish:
name: 🚀 📦 Publish Package
name: 🚀 📦 Publish Packages
needs: hasTag
if: ${{ needs.hasTag.outputs.hasTag == 'true' }}
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 46b7a4f

Please sign in to comment.