Skip to content

Commit

Permalink
Merge pull request #97 from Encamina/@rliberoff/update_main_github_ac…
Browse files Browse the repository at this point in the history
…tion_to_prevent_deprecation

Fixing the CI/CD for deprecation.
  • Loading branch information
rliberoff authored Mar 13, 2024
2 parents 8b92b55 + dc46726 commit 7b91de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
run: |
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
--title="$title" \
--generate-notes
- name: Upload Release Assets
Expand All @@ -150,4 +150,4 @@ jobs:
releaseAssetName: enmarcha-libraries-${{ steps.PassOutputReleaseVersion.outputs.RELEASE_VERSION }}.zip
run: |
mv nupkg.zip $releaseAssetName
gh release upload ${{github.event.release.tag_name}} $releaseAssetName
gh release upload "${{github.event.release.tag_name}}" "$releaseAssetName" --repo="$GITHUB_REPOSITORY"

0 comments on commit 7b91de2

Please sign in to comment.