Skip to content

Commit

Permalink
more GH action updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbax committed May 2, 2024
1 parent 086a9e8 commit 8ba03da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
run: yarn install

- name: Publish to Chromatic
uses: chromaui/action@v1
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/create-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
run: yarn install

- name: Initialize mandatory git config
uses: fregante/setup-git-user@v1
uses: fregante/setup-git-user@v2

# Build assets
- run: yarn build
- run: npm pack
- name: Extract Package Version
id: extract_version
uses: Saionaro/extract-package-version@v1.1.1
uses: Saionaro/extract-package-version@v1.2.1

- name: Create Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: git checkout -b hotfix/${{ github.event.inputs.version }}

- name: Initialize mandatory git config
uses: fregante/setup-git-user@v1
uses: fregante/setup-git-user@v2

- name: Bump version in package.json
run: yarn version --new-version ${{ github.event.inputs.version }} --no-git-tag-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: git checkout -b release/${{ github.event.inputs.version }}

- name: Initialize mandatory git config
uses: fregante/setup-git-user@v1
uses: fregante/setup-git-user@v2

- name: Bump version in package.json
run: yarn version ${{ github.event.inputs.version }}
Expand Down

0 comments on commit 8ba03da

Please sign in to comment.