Skip to content

Commit

Permalink
Update update-gateway-mfr-rs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Apr 12, 2023
1 parent 97a8a24 commit 2dc69b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-gateway-mfr-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
exit 0
else
echo "We're not on the latest Helium gateway-mfr-rs release. Updating to $GATEWAY_MFR_RS_RELEASE."
sed -i -E 's/GATEWAY_MFR_RS_RELEASE: v.*/GATEWAY_MFR_RS_RELEASE: '$GATEWAY_MFR_RS_RELEASE'/g' .github/workflows/publish-to-pypi-test.yml
sed -i -E 's/GATEWAY_MFR_RS_RELEASE: v.*/GATEWAY_MFR_RS_RELEASE: '$GATEWAY_MFR_RS_RELEASE'/g' .github/workflows/publish-to-pypi.yml
sed -i -E 's/GATEWAY_MFR_RS_RELEASE: "v.*/GATEWAY_MFR_RS_RELEASE: "'$GATEWAY_MFR_RS_RELEASE'"/g' .github/workflows/publish-to-pypi-test.yml
sed -i -E 's/GATEWAY_MFR_RS_RELEASE: "v.*/GATEWAY_MFR_RS_RELEASE: "'$GATEWAY_MFR_RS_RELEASE'"/g' .github/workflows/publish-to-pypi.yml
UPDATED=true
echo "UPDATED=$UPDATED" >> $GITHUB_ENV
exit 0
Expand Down

0 comments on commit 2dc69b6

Please sign in to comment.