Skip to content

Commit 1740ef2

Browse files
grdsdevclaude
andcommitted
chore: rename semantic-release workflow to release
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 95316b8 commit 1740ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semantic-release.yml renamed to .github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Semantic Release
1+
name: Release
22

33
on:
44
push:
@@ -31,4 +31,4 @@ jobs:
3131
- name: Run semantic-release
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
run: npx semantic-release
34+
run: npx semantic-release

0 commit comments

Comments
 (0)