Skip to content

Commit

Permalink
fix: gh-action-bump-version (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien authored Feb 11, 2023
1 parent 5ac2dc3 commit 9d30755
Show file tree
Hide file tree
Showing 3 changed files with 734 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
if: success() && startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: '18'
Expand Down
Loading

0 comments on commit 9d30755

Please sign in to comment.