Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

fix typo publish.yml #2

fix typo publish.yml

fix typo publish.yml #2

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
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