Skip to content

Commit

Permalink
Merge pull request #20 from duplocloud/release/0.5.4
Browse files Browse the repository at this point in the history
Release v0.5.4
  • Loading branch information
bennett-elder authored Apr 5, 2023
2 parents 5786ef2 + d121be1 commit 5dcc532
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
TAP_GITHUB_TOKEN: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ brews:
owner: duplocloud
name: homebrew-tap
branch: main
token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
url_template: "https://github.com/duplocloud/duplo-jit/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: duplo-bot
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.5.3
VERSION=0.5.4

default: all

Expand Down

0 comments on commit 5dcc532

Please sign in to comment.