Skip to content

Commit

Permalink
Ensure repo is checked out before setting up scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpuplava committed Mar 14, 2024
1 parent 6c0127f commit 004e19b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ jobs:
run:
shell: pwsh
steps:
- name: Setup Scripts
run: |
"${{ github.action_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
with:
token: ${{ secrets.TAG_VERSION_TOKEN }}

- name: Setup Scripts
run: |
(Resolve-Path "Scripts").Path >> $Env:GITHUB_PATH
- name: Determine Version Tag Name from Branch Name
id: determine-tag
run: |
Expand Down

0 comments on commit 004e19b

Please sign in to comment.