Skip to content

Commit

Permalink
testing assets
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolshres98 committed Jan 15, 2025
1 parent 6443f49 commit ae95625
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/scripts/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,13 @@ echo "Tag name was parsed as: $tagName"

# TODO: uncomment once verified working
# gh release create $tagName /packages/service --verify-tag
hardCodedTagName="@itwin/service-authorization_v1.2.3"
hardCodedDirectory="./packages/service"
zip -r "$hardCodedTagName.zip" $hardCodedDirectory
tar -czvf "$hardCodedTagName.tar.gz" $hardCodedDirectory

gh release create @itwin/service-authorization_v1.2.3 ./packages/service --verify-tag
# Create a release and upload assets
gh release create "$hardCodedTagName" \
"$hardCodedTagName.zip" \
"$hardCodedTagName.tar.gz" \
--verify-tag

0 comments on commit ae95625

Please sign in to comment.