Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
update(gha): shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant0wan committed Oct 22, 2023
1 parent a9d2b2a commit fe134ab
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ jobs:
ENV_VAR_1: value1
ENV_VAR_2: value2
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
note:
needs: [lint, requirements, tests]
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- run: gh release create ${GITHUB_REF#refs/*/} --generate-notes
# note:
# needs: [lint, requirements, tests]
# if: startsWith(github.ref, 'refs/tags/')
# runs-on: ubuntu-latest
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# steps:
# - uses: actions/checkout@v3
# - run: gh release create ${GITHUB_REF#refs/*/} --generate-notes
# release:
# needs: [lint, requirements, note]
# if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit fe134ab

Please sign in to comment.