mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 14:02:13 +00:00
make releases add a VERSION file
This commit is contained in:
parent
b903b19b9d
commit
9d8eb438f7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -31,6 +31,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DRIBBBLISH_VERSION: ${{ github.event.inputs.version }}
|
DRIBBBLISH_VERSION: ${{ github.event.inputs.version }}
|
||||||
|
|
||||||
|
- name: Add Version File
|
||||||
|
run: echo "${{ github.event.inputs.version }}" > dist/VERSION
|
||||||
|
|
||||||
- name: Install zip
|
- name: Install zip
|
||||||
uses: montudor/action-zip@v1
|
uses: montudor/action-zip@v1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue