diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba2510a..e298672 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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