Skip to content

Commit

Permalink
rename workflow stage
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani committed Mar 24, 2024
1 parent 886a55b commit 79898e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
workflow_dispatch:

jobs:
build-ucm:
bundle-ucm:
uses: ./.github/workflows/bundle-ucm.yaml
with:
ref: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
type: string

jobs:
build-ucm:
bundle-ucm:
uses: ./.github/workflows/bundle-ucm.yaml
with:
ref: ${{github.ref}}
Expand Down

0 comments on commit 79898e5

Please sign in to comment.