Skip to content

Commit

Permalink
[skip ci] Update test.yml
Browse files Browse the repository at this point in the history
Update tag
  • Loading branch information
JamesCullum authored Nov 19, 2023
1 parent 50ee8da commit 00c5a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
if: steps.tag_exists.outputs.exists == 'false'
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # v4.14.1
with:
commit_message: "[skip_ci] v${{ steps.package_version.outputs.current-version}}: Build artifacts for Deno"
commit_message: "[skip ci] v${{ steps.package_version.outputs.current-version}}: Build artifacts for Deno"
tagging_message: "${{ steps.package_version.outputs.current-version}}"
file_pattern: dist/*.js dist/*.cjs
- run: npm run docs
Expand Down

0 comments on commit 00c5a5f

Please sign in to comment.