Skip to content

Commit 26d6c94

Browse files
authored
Update publish.yml
1 parent f485253 commit 26d6c94

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,9 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Setup
27-
uses: butr/actions-common-setup@v1.2
27+
uses: butr/actions-common-setup@v1.3
2828
with:
2929
github-token: ${{secrets.GITHUB_TOKEN}}
30-
31-
- name: 'Checkout'
32-
uses: actions/checkout@v2
33-
with:
3430
fetch-depth: 0
3531

3632
- name: Pack

0 commit comments

Comments
 (0)