Skip to content

Commit

Permalink
Update pre_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Apr 9, 2024
1 parent 2c28983 commit 4f50287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
if: ${{ github.ref == 'master' }}
uses: actions/github-script@v3
with:
token: ${{ secrets.PAT }}
script: |
core.setFailed('This workflow can not run on master branch')
- uses: actions/checkout@v3
Expand All @@ -48,6 +49,7 @@ jobs:
LAST_MS_VERSION: ${{ github.event.inputs.previous-ms-version }}
NEW_MS_VERSION: ${{ github.event.inputs.version }}
JAVA_MODULES_NEW_VERSION: ${{ github.event.inputs.java-modules-version }}

run: |
## Generate changelog
Expand Down

0 comments on commit 4f50287

Please sign in to comment.