Skip to content

Commit

Permalink
Dev: Trigger tagged build for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jan 9, 2025
1 parent c1fba90 commit 9d8d00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webmin.dev:usermin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
build-type: package
project-name: usermin
tagged-release: ${{ startsWith(github.ref, 'refs/tags/') }}
tagged-release: true
secrets:
DEV_GPG_PH: ${{ secrets.DEV_GPG_PH }}
DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }}
Expand Down

0 comments on commit 9d8d00e

Please sign in to comment.