Skip to content

Commit

Permalink
fixing GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Mar 6, 2024
1 parent 59e1d43 commit 6951c88
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Checkout the repo
uses: actions/checkout@v4
with:
ref: ${{ inputs.checkout-ref || github.ref }}
# - name: Checkout the repo
# uses: actions/checkout@v4
# with:
# ref: ${{ inputs.checkout-ref || github.ref }}

- name: Download datalyzer.zip
uses: actions/download-artifact@v4
Expand All @@ -65,3 +65,4 @@ jobs:
gh release upload ${{ github.event.release.tag_name || inputs.checkout-ref }} datalyzer.zip
env:
GITHUB_TOKEN: ${{ github.TOKEN }}
GH_REPO: "${{ github.repository_owner }}/${{ github.event.repository.name }}"

0 comments on commit 6951c88

Please sign in to comment.