Skip to content

Commit

Permalink
Merge pull request #17 from intersystems-community/lime-puma
Browse files Browse the repository at this point in the history
Fix release CI
  • Loading branch information
gjsjohnmurray authored Jan 2, 2025
2 parents d537392 + 4470578 commit 5f3c914
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,16 @@ jobs:
npx vsce package --target ${{ matrix.platarch }} -o ${{ steps.set-version.outputs.name }}.vsix
- name: Upload package
uses: actions/upload-artifact@v4
if: (github.event_name != 'release')
with:
name: ${{ steps.set-version.outputs.name }}.vsix
path: ${{ steps.set-version.outputs.name }}.vsix
retention-days: 30
- name: Upload metadata
uses: actions/upload-artifact@v4
if: matrix.platarch == 'linux-x64'
with:
name: meta
retention-days: 1
path: meta.version
beta:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -157,6 +158,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: master
token: ${{ secrets.BUMP_VERSION_TOKEN }}
- name: Download metadata
uses: actions/download-artifact@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.1.1 (02-Jan-2025)
- Fix release CI.

## 0.1.0 (02-Jan-2025)
- Simplify connection workflow (#14).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iris-jupyter-server",
"displayName": "Jupyter Server Proxy for InterSystems IRIS",
"description": "Run a local Jupyter Server acting as a proxy for InterSystems IRIS servers defined in InterSystems Server Manager",
"version": "0.1.0-SNAPSHOT",
"version": "0.1.1-SNAPSHOT",
"preview": true,
"publisher": "intersystems-community",
"icon": "images/logo.png",
Expand Down

0 comments on commit 5f3c914

Please sign in to comment.