This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
Init v1.0.0 #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
publish: | |
runs-on: ubuntu-;atest | |
permissions: | |
contents: write | |
id-token: write | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install Deno | |
uses: denoland/setup-deno@v1 | |
- run: deno task ok | |
- uses: stefanzweifel/git-auto-commit-action@v5 | |
with: | |
commit_message: Github Action Update | |
commit_user_name: BlackAsLight | |
commit_user_email: 44320105+BlackAsLight@users.noreply.github.com | |
- name: Publish package | |
run: deno publish |