Skip to content

Commit

Permalink
⚡ test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed May 13, 2024
1 parent fdd2f7b commit 37d9355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: create-release

on:
push:
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Create Release
id: create_release
id: create-release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: semantic-release

on:
push:
Expand Down

0 comments on commit 37d9355

Please sign in to comment.