mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-20 05:44:32 +00:00
Update .github/workflows/create-release-artifacts.yaml
Co-authored-by: Rangi <[email protected]>
This commit is contained in:
committed by
Rangi
co-authored by
Rangi
parent
a1e59ddc3d
commit
b28eea24fc
@@ -21,7 +21,7 @@ jobs:
|
||||
steps:
|
||||
- name: Get version from tag
|
||||
shell: bash
|
||||
run: | # Turn "refs/tags/vX.Y.Z" into "X.Y.Z"
|
||||
run: | # Turn "vX.Y.Z" into "X.Y.Z"
|
||||
VERSION="${{ github.ref_name }}"
|
||||
echo "version=${VERSION#v}" >> $GITHUB_ENV
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user