We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda60a3 commit 2f511c9Copy full SHA for 2f511c9
.github/workflows/on_pull_request_main.yml
@@ -46,6 +46,11 @@ jobs:
46
run: |
47
git config --global user.email "felipe.so.dev@gmail.com"
48
git config --global user.name "GitHub Actions"
49
+
50
+ # Pega a versão do "package.json"
51
+ - name: get-npm-version
52
+ id: package-version
53
+ uses: martinbeentjes/npm-get-version-action@v1.3.1
54
55
# Configura changelog
56
# npm run version
@@ -69,11 +74,6 @@ jobs:
69
74
GITHUB_TOKEN: ${{ secrets.MY_TOKEN }}
70
75
71
76
git push origin
72
-
73
- # Pega a versão do "package.json"
- - name: get-npm-version
- id: package-version
- uses: martinbeentjes/npm-get-version-action@v1.3.1
77
78
# Drafts your next Release notes as Pull Requests are merged into "main"
79
# - uses: release-drafter/release-drafter@v5
0 commit comments