Skip to content

Commit

Permalink
Standardize
Browse files Browse the repository at this point in the history
  • Loading branch information
jrschumacher committed Oct 4, 2024
1 parent 4c508c9 commit 2fe1e41
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/goreleaser.yaml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: release

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
name: Release Please
id: release
with:
token: ${{ secrets.RELEASE_PLEASE_PAT }}
release-type: simple

0 comments on commit 2fe1e41

Please sign in to comment.