Skip to content

Commit 8bc28fd

Browse files
authored
Merge pull request #13 from pddg/fix
Fix
2 parents f31ffcb + 387e8da commit 8bc28fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
ls -l dist/*.alfredworkflow
5151
- name: Publish
5252
if: ${{ github.event_name != 'pull_request' }}
53+
env:
54+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5355
run: |
5456
TAG=v$(cat VERSION)
5557
if git show-ref --tags | grep -q "refs/tags/${TAG}"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1

0 commit comments

Comments
 (0)