Skip to content

Commit

Permalink
Set CURR_VERSION for new v2 release-prep calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsillydog committed Nov 22, 2024
1 parent 44e87b9 commit 92ec107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual_msi_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install tools
run: make install-tools
- name: Release Prep
run: make release-prep
run: make release-prep CURR_VERSION=${{ github.ref_name }}
- name: Build Binaries
run: make build-binaries
- name: Copy Windows Collector Binary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: make install-tools
# Needed until supervisor binary is released
- name: Build Supervisor Binary
run: make release-prep
run: make release-prep CURR_VERSION=${{ github.ref_name }}
- name: Build Windows Binaries
run: make build-binaries
- name: Copy Windows Collector Binary
Expand Down

0 comments on commit 92ec107

Please sign in to comment.