Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrause committed Jan 4, 2023
1 parent 307074d commit 621ec42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- name: Generate Version
id: generate-version
run: echo "::set-output name=version::$(date +"%-y.%-m.%-d")"
run: echo "::set-output name=version::23.1.5"
- name: Create Release
uses: actions/create-release@v1
id: create-release
Expand Down

0 comments on commit 621ec42

Please sign in to comment.