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

0 comments on commit e66a037

Please sign in to comment.