Skip to content

Commit

Permalink
Fix release title
Browse files Browse the repository at this point in the history
Signed-off-by: sumarsono <[email protected]>
  • Loading branch information
nalakawula authored Oct 28, 2024
1 parent 668a266 commit a14081d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
docker rm -v "$id"
tar -cvf vaultwarden-"$arch2".tar.gz "$arch2/vaultwarden" "$arch2/web-vault"
done
gh release create "$latestVersion" --repo "$GITHUB_REPOSITORY" --notes "Update to [$latestVersion](https://github.com/dani-garcia/vaultwarden/releases/tag/$latestVersion)" *.tar.gz
gh release create "$latestVersion" --title "$latestVersion" --repo "$GITHUB_REPOSITORY" --notes "Update to [$latestVersion](https://github.com/dani-garcia/vaultwarden/releases/tag/$latestVersion)" *.tar.gz
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit a14081d

Please sign in to comment.