Skip to content

Commit

Permalink
chore: Add condition to publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed Apr 2, 2024
1 parent b5c9224 commit 3a5c8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
publish-psgallery:
name: 📦 Publish WinTuner to PowerShell Gallery
runs-on: ubuntu-latest
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
needs: [test]
steps:
- name: 👨‍💻 Check-out code
Expand Down

0 comments on commit 3a5c8d3

Please sign in to comment.