ci: minifix

This commit is contained in:
Hamcha 2024-04-07 23:23:45 +02:00
parent 5132597c42
commit 81b478bf5c
Signed by: hamcha
GPG key ID: 1669C533B8CF6D89

View file

@ -10,14 +10,11 @@ on:
jobs: jobs:
build: build:
runs-on: docker runs-on: docker
permissions:
contents: read
id-token: write
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Update jsr.json - name: Update jsr.json
run: sed -i "s/x.x.x/${{ github.ref_name }}/g" jsr.json run: sed -i "s/x.x.x/${{ github.ref_name }}/g" jsr.json
- uses: denoland/setup-deno@v1 - name: Setup Deno
with: run: |
deno-version: v1.x curl -fsSL https://deno.land/x/install/install.sh | sh
- run: deno publish - run: deno publish --token ${{ secrets.GH_TOKEN }}