Skip to content

Commit

Permalink
build: update action names
Browse files Browse the repository at this point in the history
  • Loading branch information
pipari committed Apr 15, 2024
1 parent d4aee57 commit 5f1d22d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy on release
name: Deploy

on:
release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Semantic Release
name: Semantic-Release
on:
push:
branches:
- main

jobs:
semantic-release:
name: Semantic Release
name: Semantic-Release
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down

0 comments on commit 5f1d22d

Please sign in to comment.