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 9372826 commit f6bdc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
run: $env:VERSION = $env:GITHUB_REF -replace 'refs/tags/', ''
- name: Checkout version-fox
uses: actions/checkout@v3
- name: Get version-fox version
Expand Down

0 comments on commit f6bdc59

Please sign in to comment.