Skip to content

Commit

Permalink
fixup gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Sep 23, 2024
1 parent d85c138 commit abe6805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: git merge --no-edit origin/master
- name: Fetch latest release artifact
id: latest
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release download -p '*.tar.gz' -D release
ls release | sed -ne 's/rules_haskell-\(.*\)[.]tar[.]gz/version=\1/p' >> "${GITHUB_OUTPUT}"
Expand Down

0 comments on commit abe6805

Please sign in to comment.