Skip to content

Commit 4774008

Browse files
committed
update: release.yml
1 parent 63a707b commit 4774008

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ jobs:
66
resources:
77
name: Update __init__.py patch version
88
runs-on: ubuntu-latest
9-
permissions:
10-
contents: write
119
steps:
1210
- uses: actions/checkout@v3
1311
- uses: actions/setup-python@v4
@@ -27,16 +25,6 @@ jobs:
2725
file-path: pyopenms_viz/__init__.py
2826
commit-msg: Bump patch version
2927
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
30-
- name: Install GitHub CLI
31-
run: |
32-
type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)
33-
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \
34-
&& sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
35-
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
36-
&& sudo apt update \
37-
&& sudo apt install gh -y
38-
- name: Authenticate GitHub CLI
39-
run: echo "${{ secrets.PERSONAL_ACCESS_TOKEN }}" | gh auth login --with-token
4028
- name: Create new patch release
4129
run: python .github/workflows/scripts/release.py
4230
env:

0 commit comments

Comments
 (0)