Skip to content

Commit

Permalink
Quick output check
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Nov 29, 2023
1 parent 39f3f09 commit 705d303
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/prerelease-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,18 @@ jobs:
uses: ./.github/workflows/test-action
release-helper:
runs-on: ubuntu-latest
needs:
- lint
- tests
- osv-scan
# needs:
# - lint
# - tests
# - osv-scan
steps:
- name: Print Scripts
env:
OUTPUT: |-
OUTPUT: |
git fetch upstream
git tag ${{ inputs.version }} ${{ inputs.commit }}
git push upstream ${{ inputs.version }}
shell: bash
run: |
echo $OUTPUT

0 comments on commit 705d303

Please sign in to comment.