Skip to content

Commit

Permalink
Merge pull request #19 from laxmanpokhrel/feat/read-release-type
Browse files Browse the repository at this point in the history
feat/read release type
  • Loading branch information
laxmanpokhrel authored Feb 26, 2024
2 parents efb20e7 + fa29729 commit 0562833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
${{steps.read-release-props.outputs.release-type}}
- name: Push and raise a PR
if: ${{steps.read-release-props.outcome.release-type != '--prerelease'}}
if: ${{steps.read-release-props.outputs.release-type != '--prerelease'}}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .release/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Presease to check if reading release type is working
- no PR in prerelease check with encapsulated condition
- no PR in prerelease check with encapsulated condition with == and outputs

0 comments on commit 0562833

Please sign in to comment.