Skip to content

Commit 375e6eb

Browse files
authored
doublezero_monitor: hardcode upstream ref (#2086)
## Summary of Changes In #1970, we set the upstream ref to match the pushed tag to this repo since the packaging depended on upstream assets. This is no longer true, so this hardcodes the upstream ref to v0.1.0 for the time being. ## Testing Verification N/A
1 parent 6740b90 commit 375e6eb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.doublezero.monitor.tool.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- name: Extract version from tag
20-
id: get_version
21-
run: echo "VERSION=${GITHUB_REF_NAME#doublezero-monitor-tool/}" >> $GITHUB_OUTPUT
2219
- name: Checkout doublezero_monitor repo
2320
uses: actions/checkout@v4
2421
with:
2522
repository: alexpyattaev/doublezero_monitor
2623
path: doublezero_monitor
27-
ref: ${{ steps.get_version.outputs.VERSION }}
24+
ref: v0.1.0
2825
- name: install dependencies for rpm packaging
2926
run: |
3027
sudo apt update

0 commit comments

Comments
 (0)