Skip to content

Commit

Permalink
ci: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Dec 30, 2023
1 parent 6f910d3 commit 4997fd4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
with:
ref: main

- name: "Setup yq"
uses: frenck/action-setup-yq@v1

- name: "Update version and changelog"
run: |
yq -i '.version = "${{ github.event.release.tag_name }}"' $TARGET/config.yaml
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: "Checkout the repository"
uses: actions/checkout@v3

- name: "Setup yq"
uses: frenck/action-setup-yq@v1

- name: "Get addon information and update build args"
id: information
uses: ./.github/actions/addon-info
Expand Down

0 comments on commit 4997fd4

Please sign in to comment.