ci: fetch tags to create a proper version file

This commit is contained in:
Robert Kaussow 2022-08-29 23:03:50 +02:00
parent e7c4453d45
commit 621c093fa7
No known key found for this signature in database
GPG key ID: 4E692A2EAECC03C0

View file

@ -111,6 +111,7 @@ steps:
- name: package
image: node:lts
commands:
- git fetch -tq
- npm install > /dev/null
- npm run pack
- cat VERSION
@ -286,6 +287,6 @@ depends_on:
---
kind: signature
hmac: eb26add9335c7c40ec3cea16d63c67a0b3edc6759749f5aec4458ed3ceb62dd6
hmac: d2f6d5e29e96182c29eb0f15bffe74e4b7983d582467456d84af03780cb472ba
...