Skip to content

Commit

Permalink
fix: use latest actions-release
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Sep 12, 2024
1 parent 36d9ea0 commit 137644a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
mkdir -p "$HOME/bin"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) latest "$HOME/bin"
echo "${HOME}/bin" >> "$GITHUB_PATH"
- uses: open-turo/actions-node/lint@v5
- uses: open-turo/actions-node/lint@f/use_latest_semantic_release_action
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-node/test@v5
- uses: open-turo/actions-node/test@f/use_latest_semantic_release_action
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test-flags: --coverage
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: open-turo/actions-node/release@v5
- uses: open-turo/actions-node/release@f/use_latest_semantic_release_action
with:
github-token: ${{ secrets.OPEN_TURO_GITHUB_TOKEN }}
npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
extra-plugins: |
@open-turo/semantic-release-config@8.0.0-pr-192.184.1.1

0 comments on commit 137644a

Please sign in to comment.