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 d814637 commit ff68fce
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@ jobs:
with:
author_name: Dataport Geo Bot
author_email: [email protected]
- strategy:
matrix:
tagname: $TAGS
run: |
- run: |
for TAG_NAME in $TAGS; do
git config user.name "Dataport Geo Bot"
git config user.email "[email protected]"
git tag $tagname
git push origin $tagname
with:
tagname: ${{ matrix.tagname }}
git tag $TAG_NAME
git push origin $TAG_NAME
done

0 comments on commit ff68fce

Please sign in to comment.