Skip to content

Commit

Permalink
chore: add deno publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Feb 11, 2024
1 parent d506093 commit beca7b8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,21 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
deno task release ${{github.event.inputs.releaseKind}}
publish:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4

- name: Install Deno
uses: denoland/setup-deno@v1

- name: Publish package
run: deno publish

0 comments on commit beca7b8

Please sign in to comment.