Skip to content

Commit

Permalink
AstroCritters/v2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 26, 2024
2 parents 9a44415 + f8c9663 commit a999d2c
Show file tree
Hide file tree
Showing 39 changed files with 108 additions and 162 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
open_collective: playform
2 changes: 1 addition & 1 deletion .github/workflows/GitHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
TELEMETRY_DISABLED: 1

steps:
- uses: pozil/auto-assign-issue@v1.14.0
- uses: pozil/auto-assign-issue@v2.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: NikolaRHristov
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id-token: write

steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- uses: actions/[email protected]
with:
Expand All @@ -40,4 +40,3 @@ jobs:
npm publish --legacy-peer-deps --provenance --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

6 changes: 3 additions & 3 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ permissions:
on:
workflow_dispatch:
push:
branches: [Current]
branches: [Alternative]
pull_request:
branches: [Current]
branches: [Alternative]
workflow_call:

jobs:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
node-version: [18, 19, 20]

steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- uses: pnpm/[email protected]
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.8

- Cleanup

## 2.1.7

- Cleanup
Expand Down
2 changes: 1 addition & 1 deletion Documentation/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Documentation/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a999d2c

Please sign in to comment.