Skip to content

Commit

Permalink
Testing publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Jun 28, 2024
1 parent e1052cb commit d1d2ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# - [ ] Update and publish the draft release created by CI using the latest [CHANGELOG.md](https://github.com/apollographql/apollo-ios/blob/main/CHANGELOG.md) contents

publish-test:
if: success('create-release-pr') && github.ref == "release/${{ needs.create-release-pr.outputs.new-output }}"
if: github.ref == "refs/heads/release/${{ needs.create-release-pr.outputs.new-output }}"
needs: create-release-pr
runs-on: macos-latest
name: Publish Test
Expand Down

0 comments on commit d1d2ecd

Please sign in to comment.