Skip to content

Commit

Permalink
try: change quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoweiss committed Dec 14, 2024
1 parent 95d1ba5 commit b14ed7e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/autopublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
uses: ./.github/workflows/artifacts.yaml
get-version-tags:
runs-on: ubuntu-22.04
outputs:
tags: ${{ steps.tags.outputs.tags }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -22,8 +20,9 @@ jobs:
git fetch --tags
json_tags=echo git tag | jq -R -s -c 'split("\n")[:-1]'
echo $json_tags
echo 'tags=${json_tags}' >> "$GITHUB_OUTPUT"
echo $GITHUB_OUTPUT
echo 'tags=$json_tags' >> $GITHUB_OUTPUT
outputs:
tags: ${{ steps.tags.outputs.tags }}
build:
name: Build and Validate
runs-on: ubuntu-22.04
Expand Down

0 comments on commit b14ed7e

Please sign in to comment.