Skip to content

Commit

Permalink
Add action path (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Aug 7, 2023
1 parent 725f3ab commit a48a0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ runs:
- uses: actions/checkout@v3
- name: Tag & Release
shell: bash
run: src/tag-release.sh
run: sh ${{ github.action_path }}/src/tag-release.sh
env:
GITHUB_TOKEN: ${{ inputs.gh-token }}

0 comments on commit a48a0e9

Please sign in to comment.