Skip to content

Commit

Permalink
Different env var for path
Browse files Browse the repository at this point in the history
  • Loading branch information
GPaoloni committed Sep 7, 2022
1 parent 8b4d5c7 commit 7a44d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/generate-pre-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:

# Generate next tag
- name: Generate next tag
run: node ${{ github.action_path }}/dist/generate-next-tag.js
run: node ${GITHUB_ACTION_PATH}/dist/generate-next-tag.js
shell: bash
env:
PREFIX: "${{ inputs.tag-prefix }}-${{ inputs.tag-suffix }}"
Expand Down

0 comments on commit 7a44d0e

Please # to comment.