Skip to content

Commit babffeb

Browse files
- enhancement: workflow updates
1 parent 9bc195b commit babffeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
needs: build
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v2
38-
with:
39-
ref: ${{ github.event.release.target_commitish }}
37+
uses: actions/checkout@v2
38+
with:
39+
ref: ${{ github.event.release.target_commitish }}
4040
- run: npm publish --access public
4141
env:
4242
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)