Skip to content

Commit cb6a93c

Browse files
committed
fix: oupsie
1 parent 9005ebc commit cb6a93c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/bump-version.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ jobs:
2020
- name: "Automated Version Bump"
2121
id: version-bump
2222
uses: "phips28/gh-action-bump-version@master"
23-
env:
24-
PACKAGEJSON_DIR: 'packages/web'
2523
with:
2624
tag-prefix: "v"
2725
env:
2826
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
PACKAGEJSON_DIR: 'packages/web'
2928
- name: "cat package.json"
3029
run: cat ./package.json
3130
- name: "Output Step"

0 commit comments

Comments
 (0)