patchver 0.4.0

Tool to promote exisiting Deno binaries to a different version
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Publish

on:
  push:
    branches:
      - main

jobs:
  publish:
    runs-on: ubuntu-latest
    permissions:
      contents: read
      id-token: write # The OIDC ID token is used for authentication with JSR.    
    steps:
      - uses: actions/checkout@v4
      - run: cd lib/ && npx jsr publish --allow-slow-types