Skip to content

Commit 9218d94

Browse files
committed
chore(github-action): polish name
1 parent fd48e19 commit 9218d94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto-release-on-master.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ on:
1010

1111
jobs:
1212
build:
13+
name: "ship it"
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: checkout
1617
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1718
with:
1819
fetch-depth: 0
1920

20-
- name: Bump version and push tag
21+
- name: Bump version
2122
id: bump-version
2223
uses: ietf-tools/semver-action@2415a9e79db34eb828a8dc1d20d4890725737227 # v1
2324
with:

0 commit comments

Comments
 (0)