Skip to content

Commit

Permalink
Merge pull request #2 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gabrielrufino authored Nov 9, 2024
2 parents 0a55b35 + e2635f6 commit c2f4adf
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 186 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CD

on:
push:
tags:
- v*

permissions:
contents: write

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: softprops/action-gh-release@v2
362 changes: 181 additions & 181 deletions dist/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@faker-js/faker": "^9.1.0"
"@faker-js/faker": "^9.2.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.2"
Expand Down

0 comments on commit c2f4adf

Please sign in to comment.