ci: Revert failed release and add fix to (hopefully) finally fix the GitHub release [skip ci]
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user