Skip to content

Commit

Permalink
Merge pull request #17 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 f5b430d + c4dd729 commit 77a66b6
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.outcome.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
- no PR in prerelease check with encapsulated condition

0 comments on commit 77a66b6

Please sign in to comment.