Skip to content

Commit

Permalink
Feat: auto release (#8)
Browse files Browse the repository at this point in the history
* release-artifacts.yml

* fix: permission denied error

* retry
  • Loading branch information
sargeantPig authored Oct 22, 2023
1 parent 1e15a74 commit 87c3e73
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up GitHub CLI
- name: Install GitHub CLI
run: |
# Install GitHub CLI
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-add-repository https://cli.github.com/packages
sudo apt update
sudo apt install gh
# Download and install GitHub CLI
wget https://github.com/cli/cli/releases/latest/download/gh_linux_amd64.deb
sudo dpkg -i gh_linux_amd64.deb
rm gh_linux_amd64.deb
shell: bash
- name: Check for Release Creation
id: check-release
Expand Down

0 comments on commit 87c3e73

Please sign in to comment.