fix(ci): replace unstable version in filename

This commit is contained in:
kolaente
2025-02-08 22:50:19 +01:00
parent 8bb33b97f5
commit 41a35ea056
2 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
run: |
pnpm install --fetch-timeout 100000
# TODO use the built output from a previous frontend build step
node build.js "${{ steps.ghd.outputs.describe }}"
node build.js "${{ steps.ghd.outputs.describe }}" ${{ github.ref_type == 'tag' }}
- name: Store release as artifact
uses: actions/upload-artifact@v4
with: