Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NayamAmarshe authored Feb 9, 2024
1 parent a190a3f commit 80d4f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo ::set-output name=APPNAME::${APPLICATION_NAME}
- name: get-version
id: get_version
run: echo "VERSION=$(date +'%Y.%m.%d_%H%M%S')" >> "$GITHUB_OUTPUT"
run: echo "VERSION=$(date +'%Y%m%d-%H%M%S')" >> "$GITHUB_OUTPUT"

ubuntu:
needs: [setup]
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ needs.setup.outputs.VERSION }}
release_name: Release ${{ needs.setup.outputs.VERSION }}
release_name: upscayl-bin-${{ needs.setup.outputs.VERSION }}
draft: false
prerelease: false

Expand Down

0 comments on commit 80d4f9a

Please sign in to comment.