Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/prep-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:

jobs:
check-version-bump:
uses: NexusMutual/workflows/.github/workflows/check-version-bump.yml@e435b0bad0bf007c3537ba6d0324c90315ec5f4a
uses: NexusMutual/workflows/.github/workflows/check-version-bump.yml@chore/pnpm-setup
with:
ref: dev
environment: production
Expand All @@ -55,7 +55,7 @@ jobs:

ff-master:
needs: [check-version-bump, validate-version-bump]
uses: NexusMutual/workflows/.github/workflows/fast-forward.yml@e435b0bad0bf007c3537ba6d0324c90315ec5f4a
uses: NexusMutual/workflows/.github/workflows/fast-forward.yml@chore/pnpm-setup
with:
environment: production
source-ref: dev
Expand All @@ -66,7 +66,7 @@ jobs:

bump-version:
needs: [check-version-bump, ff-master]
uses: NexusMutual/workflows/.github/workflows/bump.yml@e435b0bad0bf007c3537ba6d0324c90315ec5f4a
uses: NexusMutual/workflows/.github/workflows/bump.yml@chore/pnpm-setup
with:
environment: production
ref: master
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:

git-tag-release:
needs: build-and-checks
uses: NexusMutual/workflows/.github/workflows/git-tag-github-release.yml@e435b0bad0bf007c3537ba6d0324c90315ec5f4a
uses: NexusMutual/workflows/.github/workflows/git-tag-github-release.yml@chore/pnpm-setup
with:
environment: production
ref: master
Expand All @@ -127,7 +127,7 @@ jobs:

rebase-dev:
needs: build-and-checks
uses: NexusMutual/workflows/.github/workflows/rebase.yml@e435b0bad0bf007c3537ba6d0324c90315ec5f4a
uses: NexusMutual/workflows/.github/workflows/rebase.yml@chore/pnpm-setup
with:
environment: production
source-ref: master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prep-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:

jobs:
check-version-bump:
uses: NexusMutual/workflows/.github/workflows/check-version-bump.yml@e435b0bad0bf007c3537ba6d0324c90315ec5f4a
uses: NexusMutual/workflows/.github/workflows/check-version-bump.yml@chore/pnpm-setup
Comment thread
shark0der marked this conversation as resolved.
with:
ref: dev
environment: production
Expand All @@ -44,7 +44,7 @@ jobs:
rc-version:
needs: check-version-bump
if: needs.check-version-bump.outputs.triggers_bump == 'true'
uses: NexusMutual/workflows/.github/workflows/determine-rc-version.yml@e435b0bad0bf007c3537ba6d0324c90315ec5f4a
uses: NexusMutual/workflows/.github/workflows/determine-rc-version.yml@chore/pnpm-setup
with:
package-name: "@nexusmutual/sdk"
bump-type: ${{ needs.check-version-bump.outputs.bump_type }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
base-branch: dev
change-type: build
fail-fast: false
uses: NexusMutual/workflows/.github/workflows/open-pr.yml@e435b0bad0bf007c3537ba6d0324c90315ec5f4a
uses: NexusMutual/workflows/.github/workflows/open-pr.yml@chore/pnpm-setup
Comment thread
shark0der marked this conversation as resolved.
with:
environment: production
repository: ${{ matrix.repo }}
Expand Down
Loading