i STILL hate actions :)
This commit is contained in:
parent
07f3d9b4e3
commit
570028c972
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish-to-curseforge.yaml
vendored
3
.github/workflows/publish-to-curseforge.yaml
vendored
|
@ -15,6 +15,9 @@ jobs:
|
||||||
- name: Set env
|
- name: Set env
|
||||||
run: echo "RELEASE_VERSION=${GITHUB_REF_NAME#release/}" >> $GITHUB_ENV
|
run: echo "RELEASE_VERSION=${GITHUB_REF_NAME#release/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Checkout source code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Download release artifacts
|
- name: Download release artifacts
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|
Loading…
Reference in a new issue