File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
passphrase : ${{ secrets.GPG_PASSPHRASE }}
40
40
41
41
- name : Run GoReleaser
42
- uses : goreleaser/goreleaser-action@v5.1 .0
42
+ uses : goreleaser/goreleaser-action@v6.0 .0
43
43
with :
44
44
version : latest
45
45
args : release --rm-dist
Original file line number Diff line number Diff line change 64
64
fetch-depth : 0
65
65
66
66
- name : Prepare release
67
- uses : labd/changie-release-action@v0.3.2
67
+ uses : labd/changie-release-action@v0.5.0
68
68
with :
69
69
github-token : ${{ secrets.GITHUB_TOKEN }}
70
70
release-workflow : ' release.yaml'
Original file line number Diff line number Diff line change 18
18
private-key : ${{ secrets.RD_APP_PRIVATE_KEY }}
19
19
installation-id : ${{ secrets.RD_APP_INSTALLATION_ID }}
20
20
- name : set to project board
21
- uses : actions/add-to-project@v0.5.0
21
+ uses : actions/add-to-project@v1.0.2
22
22
with :
23
23
project-url : https://github.com/orgs/labd/projects/3
24
24
github-token : ${{ steps.get-app-token.outputs.app-token }}
You can’t perform that action at this time.
0 commit comments