Skip to content

Commit

Permalink
Fix version string
Browse files Browse the repository at this point in the history
  • Loading branch information
sosheskaz committed Apr 20, 2024
1 parent 7795b81 commit 8b8bca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- id: version
name: Get version string
run: echo "::set-output name=VERSION::v$(date +'+%Y.%m.%d').${{ github.run_number }}"
run: echo "VERSION=v$(date +'+%Y.%m.%d').${{ github.run_number }}" >> $GITHUB_OUTPUT

- name: Create Release
id: create_release
Expand Down

0 comments on commit 8b8bca4

Please sign in to comment.