Skip to content

Commit

Permalink
🐻‍❄️ update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zcubbs committed Oct 1, 2023
1 parent 9da0e0f commit 64564cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ name: Release

on:
workflow_dispatch:

permissions:
contents: write

jobs:
release:
if : github.triggering_actor == 'zcubbs'

runs-on: ubuntu-latest
steps:
- name: Set Static Major and Minor Versions
Expand Down
3 changes: 1 addition & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ release:
github:
owner: zcubbs
name: kwx
draft: true
draft: false
prerelease: auto
discussion_category_name: General
header: |
## ({{ .Date }})
Expand Down

0 comments on commit 64564cb

Please sign in to comment.