Skip to content

Commit

Permalink
try: remove superflous step
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoweiss committed Dec 14, 2024
1 parent 378f0b2 commit 2e13dde
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/autopublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Get all tags
id: tags
run: |
sudo apt install jq
git fetch --tags
json_tags=echo git tag | jq -R -s -c 'split("\n")[:-1]'
echo $json_tags
- name: get tags from repo history
id: tags
run: |
echo 'tags=$json_tags' >> "$GITHUB_OUTPUT"
build:
name: Build and Validate
Expand Down

0 comments on commit 2e13dde

Please sign in to comment.