We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f31ffcb + 387e8da commit 8bc28fdCopy full SHA for 8bc28fd
.github/workflows/build.yaml
@@ -50,6 +50,8 @@ jobs:
50
ls -l dist/*.alfredworkflow
51
- name: Publish
52
if: ${{ github.event_name != 'pull_request' }}
53
+ env:
54
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
run: |
56
TAG=v$(cat VERSION)
57
if git show-ref --tags | grep -q "refs/tags/${TAG}"
VERSION
@@ -1 +1 @@
1
-1.1.0
+1.1.1
0 commit comments