Skip to content

Commit 6ce3bdf

Browse files
committed
ci: testing release creation on tag
1 parent 89658d3 commit 6ce3bdf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy_surge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: deploy to surge
22

33
on:
44
push:
5-
branches: [master]
5+
tags:
6+
- "*"
67

78
jobs:
89
build:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
id: changelog
1818
uses: TriPSs/conventional-changelog-action@v3
1919
with:
20+
github-token: ${{ secrets.github_token }}
2021
skip-commit: "true"
2122

2223
- name: Create Release

0 commit comments

Comments
 (0)