Skip to content

Bump github.com/apple/swift-http-types from 1.3.1 to 1.4.0 (#4) #1

Bump github.com/apple/swift-http-types from 1.3.1 to 1.4.0 (#4)

Bump github.com/apple/swift-http-types from 1.3.1 to 1.4.0 (#4) #1

Workflow file for this run

name: Release
on:
push:
tags:
- "*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: gh release create ${{ github.ref_name }} --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}