Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan committed Dec 20, 2023
1 parent f6bdc59 commit 3de8f87
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
run:
working-directory: inno_setup
steps:
- name: Get the version
id: get_version
run: $env:VERSION = $env:GITHUB_REF -replace 'refs/tags/', ''
- name: Checkout version-fox
uses: actions/checkout@v3
- name: Get version-fox version
Expand All @@ -61,7 +58,7 @@ jobs:
with:
github-token: NO_NEED
result-encoding: string
script: return "${{ steps.get_version.outputs.VERSION }}".substring(1)
script: return "${{ github.ref }}".substring(11)
- name: Install Inno Setup
run: |
curl --retry 10 --retry-all-errors -L -o installer.exe https://jrsoftware.org/download.php/is.exe
Expand Down

0 comments on commit 3de8f87

Please sign in to comment.