1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19:44 +02:00

ci: Omit version from prebuild asset label

This commit is contained in:
Maksim Eltyshev 2024-10-02 15:20:10 +02:00
parent f849a79243
commit 54ba82350e

View file

@ -4,7 +4,6 @@ on:
release: release:
types: [created] types: [created]
jobs: jobs:
build-and-publish-release-package: build-and-publish-release-package:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -52,6 +51,6 @@ jobs:
- name: Dist upload assets - name: Dist upload assets
run: | run: |
gh release upload ${{ github.event.release.tag_name }} planka-prebuild-${{ github.event.release.tag_name }}.zip gh release upload ${{ github.event.release.tag_name }} planka-prebuild-${{ github.event.release.tag_name }}.zip#planka-prebuild.zip
env: env:
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}