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 e4a0f3a commit 61b4f73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ 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=${{ steps.semantic.outputs.new_release_published }}
VERSION=v1.3.1

# Get the current date
DATE=$(date +%Y-%m-%d)
Expand Down

0 comments on commit 61b4f73

Please sign in to comment.