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 4b7c5f0 commit 0f15247
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 @@ -19,7 +19,7 @@ jobs:
node-version: 18.13.0
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: TAGS=$(node ./scripts/publishPackages)
- run: TAGS=$(node ./scripts/publishPackages); echo $TAGS
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: EndBug/add-and-commit@v9
Expand All @@ -28,7 +28,7 @@ jobs:
author_email: [email protected]
- run: |
echo $TAGS
for TAG in "$TAGS"
for TAG in [$TAGS]
do
git config user.name "Dataport Geo Bot"
git config user.email "[email protected]"
Expand Down

0 comments on commit 0f15247

Please sign in to comment.