Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
awahlig committed Feb 6, 2024
1 parent d7e8a05 commit 8bd30c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
VERSION=$(curl -s 'https://pkgs.tailscale.com/stable/?mode=json' | jq -r '.TarballsVersion')
echo "Tailscale version $VERSION"
echo "version=$VERSION" >> GITHUB_OUTPUT
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
- name: Install cosign
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 8bd30c9

Please sign in to comment.