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 d85c138 commit abe6805Copy full SHA for abe6805
.github/workflows/publish.yaml
@@ -24,6 +24,8 @@ jobs:
24
run: git merge --no-edit origin/master
25
- name: Fetch latest release artifact
26
id: latest
27
+ env:
28
+ GH_TOKEN: ${{ github.token }}
29
run: |
30
gh release download -p '*.tar.gz' -D release
31
ls release | sed -ne 's/rules_haskell-\(.*\)[.]tar[.]gz/version=\1/p' >> "${GITHUB_OUTPUT}"
0 commit comments