Skip to content

Commit

Permalink
workflow: test
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Feb 2, 2024
1 parent e66a037 commit 37dc811
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
author_name: Dataport Geo Bot
author_email: [email protected]
- run: |
for TAG in TAGS
for tag in TAGS
do
git config user.name "Dataport Geo Bot"
git config user.email "[email protected]"
git tag $(TAG)
git push origin $(TAG)
echo "Released and tagged $(TAG)"
git tag $(tag)
git push origin $(tag)
echo "Released and tagged $(tag)"
done

0 comments on commit 37dc811

Please sign in to comment.