Skip to content

Commit 1e35ea2

Browse files
committed
feature(main): add init commit
Signed-off-by: cuisongliu <[email protected]>
1 parent 86a2355 commit 1e35ea2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/release.yml

-16
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,10 @@ jobs:
2525
sudo apt update && sudo apt install -y gcc-aarch64-linux-gnu \
2626
libbtrfs-dev libgpgme-dev libdevmapper-dev \
2727
qemu-user-static binfmt-support
28-
- name: Get previous tag
29-
id: previoustag
30-
run: |
31-
PREVIOUS_TAG=$(git describe --abbrev=0 --tags `git rev-list --tags --skip=1 --max-count=1`)
32-
echo "PREVIOUS_TAG=$PREVIOUS_TAG" >> $GITHUB_OUTPUT
33-
34-
- name: Display previous tag
35-
run: |
36-
echo "Previous tag: ${{ steps.previoustag.outputs.PREVIOUS_TAG }}"
37-
38-
3928
- name: Set up Go
4029
uses: actions/setup-go@master
4130
with:
4231
go-version: 1.20.x
43-
- name: Prepare
44-
id: prepare
45-
run: |
46-
TAG=${GITHUB_REF#refs/tags/}
47-
echo tag_name=${TAG} >> $GITHUB_OUTPUT
4832
- name: Run GoReleaser
4933
uses: goreleaser/goreleaser-action@v4
5034
with:

0 commit comments

Comments
 (0)