Skip to content

Commit 086a9e8

Browse files
committed
Update Yarn4 GH Version action
1 parent 2329240 commit 086a9e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: fregante/setup-git-user@v1
3636

3737
- name: Bump version in package.json
38-
run: yarn version --new-version ${{ github.event.inputs.version }} --no-git-tag-version
38+
run: yarn version ${{ github.event.inputs.version }}
3939

4040
- name: Commit manifest files
4141
id: make-commit

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
nodeLinker: node-modules
22

33
injectEnvironmentFiles:
4-
- .env
4+
- .env?
55

66
npmScopes:
77
fortawesome:

0 commit comments

Comments
 (0)