Skip to content

Commit 3b9058a

Browse files
committed
Rename scripts and workflows
1 parent de8e7ff commit 3b9058a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/create-new-tag.yaml renamed to .github/workflows/wf-finalize-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_call:
44

55
jobs:
6-
release-tag:
6+
finalize-release:
77
runs-on: ubuntu-latest
88

99
steps:
@@ -32,5 +32,5 @@ jobs:
3232
uses: actions/github-script@v7
3333
with:
3434
script: |
35-
const script = require('./scripts/create-tag.js')
35+
const script = require('./scripts/finalize-release.js')
3636
await script({github, context, core})
File renamed without changes.

0 commit comments

Comments
 (0)