We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743fdbf commit 135f06aCopy full SHA for 135f06a
1 file changed
.github/workflows/blank.yml
@@ -77,12 +77,12 @@ jobs:
77
retention-days: 0
78
deploy:
79
runs-on: ubuntu-latest
80
- if: "${{github.ref == 'v*'}}"
+ if: startsWith(github.ref, 'refs/tags')
81
needs: delivery
82
83
steps:
84
- name: teste
85
- run: echo "${{github.ref != 'v*'}}"
+ run: echo "${{github.ref}}"
86
- uses: actions/checkout@v4
87
88
- name: Create a debian package
0 commit comments