Skip to content

Commit a7ee681

Browse files
authored
GH CLI is installed by default nowadays
1 parent 5d05e54 commit a7ee681

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,9 @@ jobs:
3333
- name: 📦 pack
3434
run: dotnet pack -m:1 -p:version=${GITHUB_REF#refs/*/v}
3535

36-
- name: 🔽 gh
37-
run: |
38-
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
39-
sudo apt-add-repository https://cli.github.com/packages
40-
sudo apt update
41-
sudo apt install gh
42-
4336
- name: 🔼 artifacts
4437
shell: pwsh
4538
env:
4639
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4740
run: |
48-
gci .\bin -Recurse -Filter *.nupkg | %{ gh release upload --clobber $env:CURRENT_TAG $_ }
41+
gci .\bin -Recurse -Filter *.nupkg | %{ gh release upload --clobber $env:CURRENT_TAG $_ }

0 commit comments

Comments
 (0)