Skip to content

Commit

Permalink
Release v1.1.1 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubcieslik99 authored Jun 29, 2024
2 parents 788ba46 + d7e929b commit ffaf92a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main pull request tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
uses: actions/setup-node@main
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: |
pnpm install --frozen-lockfile
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main push release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
uses: actions/setup-node@main
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: |
pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secrets-vars-to-env-file-action",
"version": "1.1.0",
"version": "1.1.1",
"description": "Export GitHub secrets & vars to environment variables & specified file",
"type": "module",
"main": "build/index.js",
Expand Down

0 comments on commit ffaf92a

Please sign in to comment.