Skip to content

Commit

Permalink
try debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Jan 14, 2025
1 parent 60f4f6e commit 5644e89
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,10 @@ jobs:
submodules: 'recursive'
- name: Get the version
id: get_version
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
shell: bash
run: |
$version = $env:GITHUB_REF -replace 'refs/tags/', ''
"VERSION=$version" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf8 -Append
shell: pwsh
- name: Install dependencies
run: |
yarn install --immutable --immutable-cache --check-cache
Expand Down

0 comments on commit 5644e89

Please sign in to comment.