Skip to content

Commit

Permalink
Create main.yml (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox authored Oct 1, 2024
1 parent 2f6e3e3 commit 22219b8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Publish
on:
workflow_dispatch:

jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4

- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: canary

- name: Publish package
run: deno publish --allow-slow-types

0 comments on commit 22219b8

Please sign in to comment.