mirror of
https://github.com/LukeHagar/Anchor.git
synced 2025-12-06 12:27:47 +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 🚀
|
||||
|
||||
on: [push, workflow_dispatch]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Build-And-Push:
|
||||
|
||||
@@ -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)
|
||||
);
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user