Skip to content

Commit

Permalink
Fix version file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohb committed Aug 2, 2024
1 parent 816a29a commit c11724d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
NAME: ${{ github.event.repository.name }}
ORG: ${{ github.repository_owner }}
NAME_SHORT: tools
PATH_VERSION: ${{ github.repository_owner }}/${{ github.event.repository.name }}/version
PATH_VERSION: ${{ github.repository_owner }}/tools/version
#SHLINK_API_KEY: ${{ secrets.SHLINK_API_KEY }}
#LINK_ID: tools

Expand Down

0 comments on commit c11724d

Please sign in to comment.