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 b84cbcf commit 51cb9c3Copy full SHA for 51cb9c3
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: dsaltares/[email protected]
22
with:
23
repo: 'GrammaticalFramework/gf-core'
24
- version: 'tags/${{ env.GF_VERSION }}'
+ version: 'tags/release-${{ env.GF_VERSION }}'
25
file: 'gf-${{ env.GF_VERSION }}-ubuntu-24.04.deb'
26
token: ${{ secrets.GITHUB_TOKEN }}
27
0 commit comments