Skip to content

Commit

Permalink
Fix path for setting up scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpuplava committed Mar 14, 2024
1 parent 1667cd2 commit 0b531f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Setup Scripts
run: |
"${{ github.action_path }}" >> $Env:GITHUB_PATH
(Resolve-Path "${{ github.action_path }}/../../../Scripts").Path >> $Env:GITHUB_PATH
(Resolve-Path "${{ github.action_path }}/../../Scripts").Path >> $Env:GITHUB_PATH
- name: Checkout Repository
uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev
Expand Down

0 comments on commit 0b531f4

Please sign in to comment.