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 89658d3 commit 6ce3bdfCopy full SHA for 6ce3bdf
.github/workflows/deploy_surge.yml
@@ -2,7 +2,8 @@ name: deploy to surge
2
3
on:
4
push:
5
- branches: [master]
+ tags:
6
+ - "*"
7
8
jobs:
9
build:
.github/workflows/release.yml
@@ -17,6 +17,7 @@ jobs:
17
id: changelog
18
uses: TriPSs/conventional-changelog-action@v3
19
with:
20
+ github-token: ${{ secrets.github_token }}
21
skip-commit: "true"
22
23
- name: Create Release
0 commit comments