gitlab: Don't force the date of the release.

This commit is contained in:
Alexandre Julliard 2023-01-24 12:46:39 +01:00
parent 11bd4b53a9
commit b73081edb8

View file

@ -17,6 +17,5 @@ create-release:
- release-cli create
--name "Wine $VERSION"
--tag-name "$CI_COMMIT_TAG"
--released-at "$CI_COMMIT_TIMESTAMP"
--description announce.md
--assets-link "{\"name\":\"Source code\",\"url\":\"$URL\",\"link_type\":\"other\",\"filepath\":\"$FILEPATH\"}"