mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-18 00:11:53 +00:00
Remove ncc workflow for now
This commit is contained in:
parent
4f52b7bd4b
commit
d922612e4f
1 changed files with 0 additions and 33 deletions
33
.github/workflows/ncc.yml
vendored
33
.github/workflows/ncc.yml
vendored
|
|
@ -1,33 +0,0 @@
|
|||
name: ncc
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'releases/*'
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
fix:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Build
|
||||
run: |
|
||||
npm install
|
||||
npm run format
|
||||
npm run build
|
||||
-
|
||||
name: Raise PR
|
||||
uses: peter-evans/create-pull-request@v2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: "fix: update generated content"
|
||||
title: "fix: update generated content"
|
||||
branch: update-generated-content
|
||||
branch-suffix: timestamp
|
||||
labels: automerge
|
||||
Loading…
Add table
Add a link
Reference in a new issue