Skip to content

Commit 581d52c

Browse files
committed
ci: fixing weird token issue
1 parent 674908a commit 581d52c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616

17+
- uses: actions/checkout@v4
18+
1719
## Here's the new step for release-please
1820
- uses: googleapis/release-please-action@v4
1921
id: release
2022
with:
2123
token: ${{ secrets.AUTO_RELEASE_TOKEN }}
2224

23-
- uses: actions/checkout@v4
24-
if: ${{ steps.release.outputs.release_created }}
25-
2625
- name: Set up Ruby
2726
uses: ruby/setup-ruby@v1
2827
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)