Skip to content

Commit

Permalink
GO-165 Test different version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucirezac committed Mar 26, 2024
1 parent ecbdc81 commit a9e0de5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
branches: GO-165_create-release-workflow

env:
VERSION: GO-165 # ${{ github.event.release.tag_name }}
WORKDIR: release
GITHUB_TOKEN: ${{ secrets.SYSADMIN_GEOCODING_CONTROL_CREDENTIALS }}

Expand Down
2 changes: 1 addition & 1 deletion create-cdn-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git checkout main

git pull

VERSION=$npm_package_version
VERSION=GO-165 #$npm_package_version

git checkout -b maptiler-geocoding-control-$VERSION

Expand Down

0 comments on commit a9e0de5

Please sign in to comment.