diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index 8e9a00c..5cc9da7 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -14,7 +14,7 @@ runs: steps: - name: '🏷️ Release' id: version - uses: giantnodes/semver@latest + uses: giantnodes/next-semver@v0.0.1 with: path: VERSION.txt type: ${{ inputs.RELEASE_TYPE }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06aa146..4391d52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,8 @@ on: - canary jobs: - stage: + release: + name: '🏷️ Release' runs-on: ubuntu-latest steps: - name: '🐙️ Checkout'