File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -25,26 +25,10 @@ jobs:
25
25
sudo apt update && sudo apt install -y gcc-aarch64-linux-gnu \
26
26
libbtrfs-dev libgpgme-dev libdevmapper-dev \
27
27
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
-
39
28
- name : Set up Go
40
29
uses : actions/setup-go@master
41
30
with :
42
31
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
48
32
- name : Run GoReleaser
49
33
uses : goreleaser/goreleaser-action@v4
50
34
with :
You can’t perform that action at this time.
0 commit comments