Skip to content

Commit

Permalink
ci: release-please skip github release
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertYoung committed Sep 24, 2022
1 parent ad763c8 commit 3abf5ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: go
package-name: manutd-ticket-checker
skip-github-release: true
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: goreleaser

on:
pull_request:
push:
tags:
- "*"

jobs:
goreleaser:
Expand Down

0 comments on commit 3abf5ba

Please sign in to comment.