ci: Revert failed release and add fix to (hopefully) finally fix the GitHub release [skip ci]

This commit is contained in:
2024-12-21 14:37:18 -07:00
parent 601fd55435
commit 439270fe2d
4 changed files with 16 additions and 73 deletions
+14 -7
View File
@@ -235,6 +235,12 @@ jobs:
run: |
git push origin --follow-tags
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: artifacts
path: artifacts
publish-github-release:
name: publish-github-release
needs: [bump-version]
@@ -418,16 +424,17 @@ jobs:
# with:
# fetch-depth: 1
# - name: Get release artifacts
# uses: actions/download-artifact@v3
# with:
# name: artifacts
# path: artifacts
## - name: Get release artifacts
## uses: actions/download-artifact@v3
## with:
## name: artifacts
## path: artifacts
# - name: Set version variable
# run: |
# version="$(cat artifacts/release-version)"
# echo "version=$version" >> $GITHUB_ENV
# # version="$(cat artifacts/release-version)"
# # echo "version=$version" >> $GITHUB_ENV
# echo "version=0.4.2" >> $GITHUB_ENV
# - name: Validate release environment variables
# run: |