File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 - name : Checkout Repository
1919 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2020
21- - uses : the-guild-org/shared-config/setup@bcb53d910698d29749511f386139ad8180269101 # main
21+ - uses : the-guild-org/shared-config/setup@f4eea983237a44bb0ca19c3348dacbfdfcdbec23 # main
2222 name : setup env
2323 with :
2424 nodeVersion : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 66
77jobs :
88 dependencies :
9- uses : the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@bcb53d910698d29749511f386139ad8180269101 # main
9+ uses : the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@f4eea983237a44bb0ca19c3348dacbfdfcdbec23 # main
1010 if : ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
1111 secrets :
1212 githubToken : ${{ secrets.GUILD_BOT_TOKEN }}
1313
1414 alpha :
15- uses : the-guild-org/shared-config/.github/workflows/release-snapshot.yml@bcb53d910698d29749511f386139ad8180269101 # main
15+ uses : the-guild-org/shared-config/.github/workflows/release-snapshot.yml@f4eea983237a44bb0ca19c3348dacbfdfcdbec23 # main
1616 if : ${{ github.event.pull_request.title != 'Upcoming Release Changes' & false }}
1717 with :
1818 npmTag : alpha
2323 npmToken : ${{ secrets.NPM_TOKEN }}
2424
2525 release-candidate :
26- uses : the-guild-org/shared-config/.github/workflows/release-snapshot.yml@bcb53d910698d29749511f386139ad8180269101 # main
26+ uses : the-guild-org/shared-config/.github/workflows/release-snapshot.yml@f4eea983237a44bb0ca19c3348dacbfdfcdbec23 # main
2727 if : ${{ github.event.pull_request.title == 'Upcoming Release Changes' }}
2828 with :
2929 npmTag : rc
Original file line number Diff line number Diff line change 66
77jobs :
88 stable :
9- uses : the-guild-org/shared-config/.github/workflows/release-stable.yml@bcb53d910698d29749511f386139ad8180269101 # main
9+ uses : the-guild-org/shared-config/.github/workflows/release-stable.yml@f4eea983237a44bb0ca19c3348dacbfdfcdbec23 # main
1010 with :
1111 releaseScript : release
1212 nodeVersion : 22
You can’t perform that action at this time.
0 commit comments