We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f513f68 commit 05a2c97Copy full SHA for 05a2c97
.github/workflows/changelog.yaml
@@ -0,0 +1,17 @@
1
+name: Tagged Release
2
+
3
+on:
4
+ push:
5
+ tags:
6
+ - "v*"
7
8
+jobs:
9
+ tagged-release:
10
+ name: Tagged Release
11
+ runs-on: ubuntu-18.04
12
13
+ steps:
14
+ - uses: "marvinpinto/action-automatic-releases@latest"
15
+ with:
16
+ repo_token: "${{ github.token }}"
17
+ prerelease: false
.github/workflows/release.yaml
@@ -60,3 +60,5 @@ jobs:
60
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
61
publish_dir: ./packages/site/out
62
cname: tamagui.dev
63
64
0 commit comments