Skip to content

Commit

Permalink
Rename scripts and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Jul 31, 2024
1 parent de8e7ff commit 3b9058a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_call:

jobs:
release-tag:
finalize-release:
runs-on: ubuntu-latest

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

0 comments on commit 3b9058a

Please sign in to comment.