Skip to content

Commit

Permalink
Merge pull request #98 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 7b91de2 + 74b66a3 commit e80f25a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
releaseAssetName: enmarcha-libraries-${{ steps.PassOutputReleaseVersion.outputs.RELEASE_VERSION }}.zip
tag: "v${{ steps.PassOutputReleaseVersion.outputs.RELEASE_VERSION }}"
run: |
mv nupkg.zip $releaseAssetName
gh release upload "${{github.event.release.tag_name}}" "$releaseAssetName" --repo="$GITHUB_REPOSITORY"
gh release upload "$tag" "$releaseAssetName" --repo="$GITHUB_REPOSITORY"

0 comments on commit e80f25a

Please sign in to comment.