Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1ff committed Oct 10, 2024
1 parent d227657 commit 3528a5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
name: create-release
runs-on: ubuntu-latest
# Un-comment this for testing
# env:
# RELEASE_VERSION: 0.6.23
env:
RELEASE_VERSION: 0.7.1
steps:
- name: Create artifacts directory
run: mkdir artifacts
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
run: echo "${{ env.RELEASE_VERSION }}" > artifacts/release-version

- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: artifacts
path: artifacts
Expand Down

0 comments on commit 3528a5d

Please sign in to comment.