Skip to content

Commit

Permalink
anotehr
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeadie committed Oct 1, 2023
1 parent 318d948 commit b4a5f72
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ jobs:
git tag ${{ needs.check-and-extract.outputs.version }}
git push origin ${{ needs.check-and-extract.outputs.version }}
- name: Install GitHub CLI
run: |
sudo apt update && sudo apt install -y curl gpg
sudo curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg;
sudo echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null;
sudo apt update && apt install -y gh;
- name: Draft a new release with autogenerated notes
run: |
gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit b4a5f72

Please sign in to comment.