Skip to content

Commit

Permalink
build: test release-please-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Nov 26, 2021
1 parent 6a464b3 commit 375b00b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v2
- uses: google-github-actions/release-please-action@92d73e9b43c141595b2842ad30682d0aaf859191
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm install npm@latest -g
- run: npm install
- run: npm run compile
- name: push Deno release
Expand Down

0 comments on commit 375b00b

Please sign in to comment.