Skip to content

Commit 9c8f8f2

Browse files
committed
Create the tag manually and drop dependency
1 parent 60028bf commit 9c8f8f2

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/meta-package.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ jobs:
7575
token: ${{ steps.generate-token.outputs.token }}
7676

7777
- name: Create a tag
78-
uses: rickstaa/action-create-tag@v1
79-
with:
80-
tag: ${{ matrix.tag }}
81-
message: ${{ matrix.tag }}
78+
env:
79+
TAG: ${{ matrix.tag }}
80+
run: |
81+
git tag -a "${TAG}" -m "${TAG}"
82+
git push origin "${TAG}"
8283
8384
release:
8485
name: Release

0 commit comments

Comments
 (0)