Skip to content

Commit 10cc11a

Browse files
committed
activate on new version; release new artifacts
1 parent c1f9324 commit 10cc11a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/release-opensuse156.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Release opensuse 15.6 amd64 and arm64
22

33
on:
4-
push: {}
5-
# tags:
6-
# - 'v*.*.*'
4+
push:
5+
tags:
6+
- 'v*.*.*'
77

88
permissions:
99
contents: write
@@ -72,15 +72,15 @@ jobs:
7272
readelf -l dist/parallax-${{ github.ref_name }}-opensuse-15.6-${{ matrix.arch }} | grep interpreter || true
7373
ldd dist/parallax-${{ github.ref_name }}-opensuse-15.6-${{ matrix.arch }} || echo "static :/"
7474
75-
# - name: Create or Update GitHub Release and Upload Asset
76-
# uses: ncipollo/release-action@v1
77-
# with:
78-
# token: ${{ secrets.GITHUB_TOKEN }}
79-
# tag: ${{ github.ref_name }}
80-
# name: Release ${{ github.ref_name }}
81-
# artifacts: dist/parallax-${{ github.ref_name }}-opensuse-15.6-${{ matrix.arch }}
82-
# allowUpdates: true
83-
# replacesArtifacts: false
84-
# draft: false
85-
# prerelease: false
86-
#
75+
- name: Create or Update GitHub Release and Upload Asset
76+
uses: ncipollo/release-action@v1
77+
with:
78+
token: ${{ secrets.GITHUB_TOKEN }}
79+
tag: ${{ github.ref_name }}
80+
name: Release ${{ github.ref_name }}
81+
artifacts: dist/parallax-${{ github.ref_name }}-opensuse-15.6-${{ matrix.arch }}
82+
allowUpdates: true
83+
replacesArtifacts: false
84+
draft: false
85+
prerelease: false
86+

0 commit comments

Comments
 (0)