Skip to content

Commit

Permalink
hardcoding for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolshres98 committed Jan 17, 2025
1 parent f54d487 commit 7604a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: |
git config --local user.email [email protected]
git config --local user.name imodeljs-admin
pnpm publish-packages -y --branch ${{ github.ref_name }} --message "Version bump [skip actions][publish docs]"
# pnpm publish-packages -y --branch ${{ github.ref_name }} --message "Version bump [skip actions][publish docs]"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_PUBLISH_ITWIN }}
3 changes: 2 additions & 1 deletion .github/workflows/scripts/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ if [ -z "$1" ]; then
exit 1
fi

refName=$1
# refName=$1
refName="refs/tags/@itwin/electron-authorization_v0.19.8"
echo "Ref name passed in: $refName"

tagName=$(echo $refName | sed 's/refs\/tags\///')
Expand Down

0 comments on commit 7604a76

Please sign in to comment.