Skip to content

Commit c7e8efb

Browse files
committed
init
1 parent d37fc94 commit c7e8efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: goreleaser
22

33
on:
4-
pull_request:
54
push:
65
tags:
76
- "*"
@@ -12,6 +11,7 @@ permissions:
1211
jobs:
1312
goreleaser:
1413
runs-on: ubuntu-latest
14+
environment: goreleaser
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)