Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 1d7ba5c

Browse files
committed
waff
1 parent 457c731 commit 1d7ba5c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@v3
1212

13-
- name: Get git tag information
14-
uses: auguwu/git-tag-action@master
13+
- name: Grab version info
1514
id: tag
15+
run: |
16+
REF=${GITHUB_REF##refs/tags/}
17+
echo "::set-output name=version::$REF"
1618
1719
- name: Setup Docker Buildx
1820
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)