Skip to content

Commit 9f31cec

Browse files
committed
fix: remove full output
1 parent 4cc963a commit 9f31cec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
### Usage
6565
6666
```yaml
67-
- uses: auths-dev/sign@${{ github.ref_name }}
67+
- uses: auths-dev/sign@v1
6868
with:
69-
token: ${{ secrets.AUTHS_CI_TOKEN }}
69+
token: $\{{ secrets.AUTHS_CI_TOKEN }}
7070
files: 'dist/index.js'
7171
verify: true
7272
```

0 commit comments

Comments
 (0)