mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-19 14:21:15 +00:00
Readd get version workflow to CD
This commit is contained in:
parent
76342c7667
commit
8fc99fb467
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deployment.yml
vendored
4
.github/workflows/deployment.yml
vendored
|
|
@ -12,6 +12,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Get version
|
||||
id: version
|
||||
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
|
||||
|
||||
- name: Create release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue