diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de13056..fcb8cdd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,8 +21,8 @@ jobs: name: create-release runs-on: ubuntu-latest # Un-comment this for testing - # env: - # RELEASE_VERSION: 0.2.3 + env: + RELEASE_VERSION: 0.3.1 steps: - name: Create artifacts directory run: mkdir artifacts