Skip to content

Commit

Permalink
Merge pull request #54 from werlleyg/ci/add-production-deploy-pipeline
Browse files Browse the repository at this point in the history
Ci/add production deploy pipeline
  • Loading branch information
werlleyg authored Nov 3, 2024
2 parents d6a2e49 + 78176d9 commit 8921db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest
needs: create_tag
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
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": "quefilme",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 8921db3

Please sign in to comment.