Skip to content

Commit

Permalink
Version 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
denismaier committed May 31, 2024
1 parent 1fe8791 commit 82d3ddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
name: Build and release plugin
runs-on: ubuntu-latest
env:
version: 123
# echo $(git describe --tags || echo ci-test)
version: echo $(git describe --tags || echo ci-test)
assetname: zotero-swisscovery-ubbern-locations
updatelink: https://github.com/ub-unibe-ch/zotero-swissbib-bb-locations/releases/download/${version}/${assetname}-${version}.xpi

Expand All @@ -29,8 +28,8 @@ jobs:
- name: Run build
run: |
mkdir build
# zip -r build/${assetname}-${version}.xpi src/*
zip -r build/test.xpi src/*
zip -r build/${assetname}-${version}.xpi src/*
# zip -r build/test.xpi src/*
- name: Prepare Update Manifests
run: |
Expand Down
2 changes: 1 addition & 1 deletion src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
RDF:about="urn:mozilla:install-manifest"
em:id="[email protected]"
em:name="Zotero Swisscovery UB Bern Locations"
em:version="5.1"
em:version="5.2"
em:type="2"
em:creator="Denis Maier"
em:description="Zotero/Jurism-Plugin zur Bestandsabfrage im Swisscovery UB Bern"
Expand Down

0 comments on commit 82d3ddc

Please sign in to comment.