We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0d6c3 commit ef0e148Copy full SHA for ef0e148
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
packages: write
16
steps:
17
- name: Set TAG env
18
- run: echo "TAG=$(echo ${GITHUB_REF:11})" >> $GITHUB_ENV
+ run: echo "TAG=$(echo ${GITHUB_REF#refs/*/})" >> $GITHUB_ENV
19
- name: Checkout
20
uses: actions/checkout@v4
21
- name: Set up QEMU
@@ -44,7 +44,7 @@ jobs:
44
contents: write
45
46
47
48
- name: Generate release notes
49
uses: actions/github-script@v7
50
with:
0 commit comments