Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
june07 committed Jul 1, 2024
1 parent 1fa1e8f commit e0ba25b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
package.json
**/MFA_(Multi_Factor_Authentication_Assistant)*.zip
key: ${{ runner.os }}-build
fail-on-cache-miss: true

deploy-edge:
needs: build
Expand All @@ -62,6 +61,7 @@ jobs:
package.json
**/MFA_(Multi_Factor_Authentication_Assistant)*.zip
key: ${{ runner.os }}-build
fail-on-cache-miss: true

- name: Set version
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
Expand Down Expand Up @@ -151,6 +151,7 @@ jobs:
package.json
**/MFA_(Multi_Factor_Authentication_Assistant)*.zip
key: ${{ runner.os }}-build
fail-on-cache-miss: true

- name: Set version
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
Expand Down Expand Up @@ -186,6 +187,7 @@ jobs:
package.json
**/MFA_(Multi_Factor_Authentication_Assistant)*.zip
key: ${{ runner.os }}-build
fail-on-cache-miss: true

- name: Set version
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
Expand Down

0 comments on commit e0ba25b

Please sign in to comment.