Skip to content

Commit fcd1056

Browse files
Update cucumber/action-publish-npm action to v1.1.1 (#25)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0e11e67 commit fcd1056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache-dependency-path: package-lock.json
1919
- run: npm ci
2020
- run: npm run build
21-
- uses: cucumber/[email protected].0
21+
- uses: cucumber/[email protected].1
2222
with:
2323
npm-token: ${{ secrets.NPM_TOKEN }}
2424
npm-tag: 'latest'

0 commit comments

Comments
 (0)