Version Bump, Adjusted Build ON, cleaning

This commit is contained in:
Luke Hagar
2023-05-19 10:46:23 -05:00
parent 7ca02f85a0
commit 4a14e60b10
3 changed files with 6 additions and 3 deletions

View File

@@ -2,7 +2,11 @@ name: Build and Upload Chrome Extension
run-name: ${{ github.actor }} is Building and Uploading a new Anchor Version 🚀
on: [push, workflow_dispatch]
on:
push:
branches:
- main
workflow_dispatch:
jobs:
Build-And-Push:

View File

@@ -80,7 +80,6 @@ export async function checkSession() {
} catch (error) {
const tenant = get(idnSession).tenant;
if (tenant) {
tabUrl = new URL(tenant);
const sessionResp = await fetch(tenant + '/ui/session').catch((err: Error) =>
console.debug(err)
);

View File

@@ -1,7 +1,7 @@
{
"name": "Anchor",
"description": "Chrome extension built to aid in working with IdentityNow",
"version": "0.0.2",
"version": "0.0.3",
"manifest_version": 3,
"icons": {
"12": "images/anchor_12.png",