Skip to content

Commit

Permalink
chore(version): update for v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed Feb 23, 2023
1 parent 5bb2843 commit f509019
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
on:
release:
types: [published]
workflow_run:
workflows: [Releaser]
types: [completed]
workflow_dispatch:

jobs:
releases-matrix:
name: Release Go Binary
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
env:
APP_VERSION: ""
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.4.3"
"version": "v0.4.4"
}

0 comments on commit f509019

Please sign in to comment.