Skip to content

Commit

Permalink
Bump Package Version
Browse files Browse the repository at this point in the history
Init GitHub actions
  • Loading branch information
mfoulks3200 committed Dec 19, 2023
1 parent 5fbaad0 commit 84919ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: GitHub Actions Demo
run-name: Build and Publish
on: [push]
jobs:
Build-Extension:
runs-on: ubuntu-latest
steps:
- name: Install Deps
run: npm install
- name: Package Extension
run: vsce package
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": "har-analyzer",
"displayName": "HAR Analyzer",
"description": "Open and analyze HAR files natively",
"version": "0.0.7",
"version": "0.0.8",
"publisher": "MattFoulks",
"homepage": "https://github.com/mfoulks3200/har-analyzer",
"license": "GPL-3",
Expand Down

0 comments on commit 84919ad

Please sign in to comment.