Skip to content

Commit

Permalink
allow router-bridge releases independently of federation updates (#512)
Browse files Browse the repository at this point in the history
We sometimes need to publish a new router-bridge version without a
federation upgrade, so the release action should not fail if we keep the
same federation version
  • Loading branch information
Geal authored Jun 19, 2024
1 parent e9c905b commit ad6d671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
cargo set-version $NEW_VERSION -p router-bridge
cargo build -p router-bridge
cd router-bridge
npm version "$VERSION"
npm version --allow-same-version "$VERSION"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit ad6d671

Please sign in to comment.