Skip to content

Commit d42daa7

Browse files
committed
TA-3754: Fix structure of added job
1 parent de27a7c commit d42daa7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ on:
1515

1616
jobs:
1717
version-bump:
18-
uses: ./.github/action/bump-npm-version
19-
with:
20-
bump: ${{ inputs.bump }}
18+
runs-on: ubuntu-latest
19+
steps:
20+
- name: Bump NPM version
21+
uses: ./.github/action/bump-npm-version
22+
with:
23+
bump: ${{ inputs.bump }}
2124

2225
build:
2326
needs: version-bump

0 commit comments

Comments
 (0)