ci: Fix get tag name for snapcraft promote
This commit is contained in:
parent
9981826f7b
commit
a538056f98
1 changed files with 4 additions and 1 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -179,6 +179,9 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install Snapcraft
|
- name: Install Snapcraft
|
||||||
uses: samuelmeuli/action-snapcraft@v2
|
uses: samuelmeuli/action-snapcraft@v2
|
||||||
|
- name: Get Tag Name
|
||||||
|
id: tag_name
|
||||||
|
run: echo "::set-output name=tag::$(echo ${GITHUB_REF#refs/tags/})"
|
||||||
- name: Promote Snap
|
- name: Promote Snap
|
||||||
env: # Workaround for https://github.com/snapcore/snapcraft/issues/4439
|
env: # Workaround for https://github.com/snapcore/snapcraft/issues/4439
|
||||||
SNAPCRAFT_HAS_TTY: "true"
|
SNAPCRAFT_HAS_TTY: "true"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue