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 9e04426 commit f5e95a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:
author_name: Dataport Geo Bot
author_email: [email protected]
- run: |
for TAG in $(TAGS)
do
- ${{ each TAG in TAGS }}:
- script: |
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)."
done

0 comments on commit f5e95a2

Please sign in to comment.