Skip to content

Commit

Permalink
UNDO BEFORE MERGE - undo main
Browse files Browse the repository at this point in the history
  • Loading branch information
snf2ye committed Aug 3, 2023
1 parent f8f2edd commit 3252657
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,15 @@ jobs:
publish-library:
needs: [ tag ]
uses: ./.github/workflows/publish.yml
if: success() && github.ref == 'refs/heads/main'
if: success()
# if: success() && github.ref == 'refs/heads/main'
with:
tag: ${{ needs.tag.outputs.tag }}

release-cli:
needs: [ tag ]
uses: ./.github/workflows/release-cli.yml
if: success() && github.ref == 'refs/heads/main'
if: success()
# if: success() && github.ref == 'refs/heads/main'
with:
tag: ${{ needs.tag.outputs.tag }}

0 comments on commit 3252657

Please sign in to comment.