Skip to content

Commit d1a7aa0

Browse files
petrkonecny2Petr Konecny
andauthored
chore(build): trying less complex version (#39)
Co-authored-by: Petr Konecny <petr.konecny@strv.com>
1 parent f8015f7 commit d1a7aa0

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/actions/release-notes/action.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ runs:
1212
steps:
1313
- name: Generate Changelog and Create Release
1414
shell: bash
15-
run: |
16-
git config --local url.https://${{ inputs.gh_token }}@github.com/.insteadOf https://github.com/
17-
git config --local user.email "github-actions[bot]@users.noreply.github.com"
18-
git config --local user.name "github-actions[bot]"
19-
npx release-it ${{ inputs.version }} --ci --no-increment
15+
run: npx release-it ${{ inputs.version }} --ci --no-increment
2016
env:
2117
GITHUB_TOKEN: ${{ inputs.gh_token }}
22-
- name: Push changes
23-
uses: ad-m/github-push-action@master
24-
with:
25-
ssh: true
26-
branch: ${{ github.ref }}

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"requireCleanWorkingDir": false,
44
"commitMessage": "chore: release v${version}",
55
"tagName": "v${version}",
6-
"push": false,
6+
"push": true,
77
"ignoreFiles": ["eas.json"]
88
},
99
"github": {

0 commit comments

Comments
 (0)