mirror of
https://github.com/LukeHagar/Anchor.git
synced 2025-12-06 04:19:08 +00:00
Version Bump, Adjusted Build ON, cleaning
This commit is contained in:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -2,7 +2,11 @@ name: Build and Upload Chrome Extension
|
|||||||
|
|
||||||
run-name: ${{ github.actor }} is Building and Uploading a new Anchor Version 🚀
|
run-name: ${{ github.actor }} is Building and Uploading a new Anchor Version 🚀
|
||||||
|
|
||||||
on: [push, workflow_dispatch]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build-And-Push:
|
Build-And-Push:
|
||||||
|
|||||||
@@ -80,7 +80,6 @@ export async function checkSession() {
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
const tenant = get(idnSession).tenant;
|
const tenant = get(idnSession).tenant;
|
||||||
if (tenant) {
|
if (tenant) {
|
||||||
tabUrl = new URL(tenant);
|
|
||||||
const sessionResp = await fetch(tenant + '/ui/session').catch((err: Error) =>
|
const sessionResp = await fetch(tenant + '/ui/session').catch((err: Error) =>
|
||||||
console.debug(err)
|
console.debug(err)
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Anchor",
|
"name": "Anchor",
|
||||||
"description": "Chrome extension built to aid in working with IdentityNow",
|
"description": "Chrome extension built to aid in working with IdentityNow",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"icons": {
|
"icons": {
|
||||||
"12": "images/anchor_12.png",
|
"12": "images/anchor_12.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user