Skip to content

Commit 631f508

Browse files
committed
chore(ci): fix "Create Release" step failure
Add missing step to read tag.
1 parent 41a94a2 commit 631f508

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ jobs:
7777
with:
7878
fetch-depth: 0
7979

80+
- name: Read info
81+
id: tags
82+
shell: bash
83+
run: |
84+
echo "TAG::${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
85+
8086
- name: Set up Python
8187
uses: actions/setup-python@v2
8288
with:

0 commit comments

Comments
 (0)