Skip to content

Commit 4da37ca

Browse files
committed
ci: 👷 update release workflow
1 parent 1c6442e commit 4da37ca

File tree

3 files changed

+3
-46
lines changed

3 files changed

+3
-46
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,19 @@ jobs:
1313
steps:
1414
- name: ⤵️ Checkout
1515
uses: actions/checkout@v2
16-
1716
- name: 🚧 Install
1817
run: yarn
19-
2018
- name: 📦 Build
2119
run: yarn build
22-
2320
- name: 🔑 Generate Token
2421
uses: ./
2522
with:
2623
app_id: ${{ secrets.APP_ID }}
2724
private_key: ${{ secrets.PRIVATE_KEY }}
2825
env_name: bot_token
29-
30-
- name: 📦 Semantic Release
31-
uses: cycjimmy/semantic-release-action@v2
32-
id: semantic
26+
- name: 📦 Release
27+
uses: wow-actions/release-github-action@v1
3328
with:
34-
extends: '@wow-actions/semantic-release-config'
35-
extra_plugins: |
36-
@semantic-release/changelog
37-
@semantic-release/git
38-
env:
3929
GITHUB_TOKEN: ${{ env.bot_token }}
40-
GIT_AUTHOR_NAME: wow-actions-bot
41-
GIT_AUTHOR_EMAIL: [email protected]
4230
GIT_COMMITTER_NAME: wow-actions-bot
4331
GIT_COMMITTER_EMAIL: [email protected]

CHANGELOG.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-app-token",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Run GitHub Actions as a GitHub App by using the app's authentication token",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)