Skip to content

Commit

Permalink
test: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
makafsal committed Jan 7, 2025
1 parent 15b8fef commit 809e730
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-tag-and-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
timeout-minutes: 60
if: github.event.inputs.create-pr == 'true'
steps:
- uses: actions/checkout #v4.1.1
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
with:
fetch-depth: '0'

Expand All @@ -52,7 +52,7 @@ jobs:
# Create PR with the new branch
- name: Create Pull Request
run: |
gh pr create -B main -H chore/${{ github.event.inputs.tag }}-release --title 'chore(release): ${{ github.event.inputs.tag }}' --body 'Automated release PR for ${{ github.event.inputs.tag }}
gh pr create -B test-release-action -H chore/${{ github.event.inputs.tag }}-release --title 'chore(release): ${{ github.event.inputs.tag }}' --body 'Automated release PR for ${{ github.event.inputs.tag }}
**Checklist**
- [ ] Verify package version bumps are accurate
- [ ] Verify CI passes as expected'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"visual-snapshot": "cd packages/core && yarn percy storybook storybook-static"
},
"devDependencies": {
"@babel/core": "^7.23.10",
"@babel/core": "^7.23.11",
"@babel/eslint-parser": "^7.23.9",
"@babel/preset-react": "^7.17.12",
"@commitlint/cli": "^18.6.0",
Expand Down

0 comments on commit 809e730

Please sign in to comment.