Skip to content

Commit

Permalink
removed yq install. already present
Browse files Browse the repository at this point in the history
  • Loading branch information
hubchub committed Mar 13, 2023
1 parent 4e768d7 commit 0b09e87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ jobs:
git_tag_gpgsign: true
git_commit_gpgsign: true

# Install 'yq' for editing YAML files
- name: Install yq
run: snap install yq

# Get the current version from the 'VERSION' file
- name: get Version
run: echo "VERSION=$(cat VERSION)" >> $GITHUB_ENV
Expand Down

0 comments on commit 0b09e87

Please sign in to comment.