We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5704ed3 commit cccc93cCopy full SHA for cccc93c
.github/workflows/release-webhapps.yaml
@@ -1,8 +1,10 @@
1
name: 'release-webhapp'
2
on:
3
push:
4
- branches:
5
- - release-webhapp
+ tags:
+ - 'happ-v[0-9]+.[0-9]+.[0-9]+'
6
+ - 'happ-v[0-9]+.[0-9]+.[0-9]+-[a-z]+'
7
+ - 'happ-v[0-9]+.[0-9]+.[0-9]+-[a-z]+.[0-9]+'
8
9
jobs:
10
publish-happ:
@@ -43,7 +45,7 @@ jobs:
43
45
allowUpdates: false
44
46
artifacts: happs/happ/workdir/acorn.webhapp,happs/happ/workdir/acorn.happ
47
body: 'See assets below to download and install this version.'
- name: v${{ steps.version.outputs.APP_VERSION }}-alpha
- tag: v${{ steps.version.outputs.APP_VERSION }}-alpha
48
+ name: Acorn hApp v${{ steps.version.outputs.APP_VERSION }}
49
+ tag: happ-v${{ steps.version.outputs.APP_VERSION }}
50
prerelease: true
51
draft: true
0 commit comments