Skip to content

Commit

Permalink
V13 (#22)
Browse files Browse the repository at this point in the history
* ci: update checkout & upload-artifact action versions

* chore: bump version & supported shell-version
  • Loading branch information
cinatic committed Sep 24, 2024
1 parent 937be4d commit c7b1f3c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install packages
run: sudo apt-get update -y && sudo apt-get install -y gettext
- name: build extension
run: make
- name: create zip package
run: make package
- name: store zip package artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: gitlab-extension.zip
path: _build/gitlab-extension.zip
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install packages
run: sudo apt-get update -y && sudo apt-get install -y gettext
- name: build extension
Expand Down
5 changes: 3 additions & 2 deletions gitlab-extension@infinicode.de/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"settings-schema": "org.gnome.shell.extensions.gitlab",
"gettext-domain": "gnome-shell-extension-gitlab",
"shell-version": [
"46"
"46",
"47"
],
"url": "https://github.com/cinatic/gitlab-extension",
"uuid": "gitlab-extension@infinicode.de",
"version": 9999
"version": 13
}

0 comments on commit c7b1f3c

Please sign in to comment.