Skip to content

Commit

Permalink
release: test
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Feb 2, 2024
1 parent 36c3154 commit 5a8fa8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
do
git config user.name "Dataport Geo Bot"
git config user.email "[email protected]"
git tag $TAG
git push origin $TAG
# git tag $TAG
# git push origin $TAG
echo "Released and tagged $TAG"
done
- run: node ./scripts/createRelease ${{ env.TAGS }}

0 comments on commit 5a8fa8e

Please sign in to comment.