Skip to content

Commit ce7ab8d

Browse files
authored
ci(releaser): replace with to env, add fetch-depth (#10)
1 parent bbd8242 commit ce7ab8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/releaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
with:
14+
fetch-depth: 0
1315
- id: sha
1416
run: echo "sha=${GITHUB_SHA::7}" >> $GITHUB_OUTPUT
1517
- id: version
1618
uses: anothrNick/[email protected]
17-
with:
19+
env:
1820
GITHUB_TOKEN: ${{ github.token }}
1921
WITH_V: true
2022
- uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)