Skip to content

Commit 8f63bea

Browse files
committed
Remove unneeded checkout from release workflow
1 parent 15b197e commit 8f63bea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
env:
3030
TAG: ${{ github.event.inputs.tag }}
3131

32-
- uses: actions/checkout@v3
33-
with:
34-
ref: "master"
35-
3632
- name: Tag and create release
3733
uses: alisw/release-action@v1
3834
with:

0 commit comments

Comments
 (0)