Skip to content

Commit

Permalink
removed if
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed May 21, 2024
1 parent 4f761af commit 98f844d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
publish-image:
if: startsWith(github.ref, 'refs/tags/v') == true
#if: startsWith(github.ref, 'refs/tags/v') == true
runs-on: ubuntu-22.04

permissions:
Expand Down

0 comments on commit 98f844d

Please sign in to comment.