Skip to content

Commit f14eea0

Browse files
chore: fixed development release
1 parent 166537a commit f14eea0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release-dev.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: write
1010

1111
jobs:
12-
goreleaser:
12+
releaser:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
@@ -26,12 +26,12 @@ jobs:
2626
run: make build
2727

2828
- name: Compress binary
29-
run: tar -C bin -czvf helmbin.tar.gz helmbin
29+
run: tar -C bin -czvf helmbin.tgz helmbin
3030

31-
- name: publish release
31+
- name: Publish release
3232
uses: marvinpinto/action-automatic-releases@latest
3333
with:
34-
automatic_release_tag: latest
34+
automatic_release_tag: development
3535
repo_token: ${{ secrets.GITHUB_TOKEN }}
3636
prerelease: true
3737
title: Development Release Build

.github/workflows/release-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: write
1010

1111
jobs:
12-
goreleaser:
12+
releaser:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)