Skip to content

Commit

Permalink
fix: use a hardcoded string for the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect committed Jul 18, 2024
1 parent 7928f31 commit 64f80d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
- name: Update version and date in file
run: |
# Get the version from the output of the Semantic Release step
# VERSION=${{ steps.semantic.outputs.new_release_published }}
VERSION="v1.3.1"
VERSION=${{ steps.semantic.outputs.new_release_published }}
# Get the current date
DATE=$(date +%Y-%m-%d)
Expand Down

0 comments on commit 64f80d6

Please sign in to comment.