Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump ExodusMovement/lerna-release-action from 931392d04a637dccb561398add594a6cf61255b8 to c4c4b9d747ed0ef2750fa87b86eec3374c1b0e06 #98

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: yarn install --immutable
- name: Build
run: yarn build
- uses: ExodusMovement/lerna-release-action/publish@931392d04a637dccb561398add594a6cf61255b8
- uses: ExodusMovement/lerna-release-action/publish@c4c4b9d747ed0ef2750fa87b86eec3374c1b0e06
id: publish
with:
github-token: ${{ secrets.GH_AUTOMATION_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/version-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ExodusMovement/lerna-release-action/version-dispatch@931392d04a637dccb561398add594a6cf61255b8
- uses: ExodusMovement/lerna-release-action/version-dispatch@c4c4b9d747ed0ef2750fa87b86eec3374c1b0e06
with:
version-workflow-id: version.yaml
github-token: ${{ secrets.GH_AUTOMATION_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Prepare
run: yarn prepare
- name: Version
uses: ExodusMovement/lerna-release-action/version@931392d04a637dccb561398add594a6cf61255b8
uses: ExodusMovement/lerna-release-action/version@c4c4b9d747ed0ef2750fa87b86eec3374c1b0e06
with:
github-token: ${{ secrets.GH_AUTOMATION_PAT }}
packages: ${{ inputs.packages }}
Expand Down
Loading