Skip to content

Commit

Permalink
Merge pull request #476 from atls/fix/release
Browse files Browse the repository at this point in the history
fix(actions): release
  • Loading branch information
Nelfimov authored Jan 1, 2025
2 parents 7d46254 + 6d5e66d commit de311a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
description: Branch to commit to
PATTERN:
required: false
default: '*.json *.md *.yaml *.yml *.lock yarn.mjs'
default: '*.json *.md *.yaml *.yml *.lock *.mjs'
description: File pattern for adding to commits

runs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
ref: master
token: ${{ steps.app-token.outputs.token }}
fetch: 0

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
1 change: 1 addition & 0 deletions yarn/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
## <small>1.0.2 (2025-01-01)</small>

- feat(code-test): general test command, tap output (#473) ([995776b](https://github.com/atls/raijin/commit/995776b)), closes [#473](https://github.com/atls/raijin/issues/473)

0 comments on commit de311a8

Please sign in to comment.