We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a3c4b8 + c1ccb61 commit 6c0e691Copy full SHA for 6c0e691
.github/workflows/release.yml
@@ -32,16 +32,17 @@ jobs:
32
node-version: 20
33
cache: npm
34
35
+ - name: Install dependencies
36
+ run: yarn
37
+
38
- name: Run updater script
- env:
- VERSION: ${{ inputs.version }}
39
run: |
40
node utils/update-release-json.js \
41
--version ${{ inputs.version }}
42
43
node utils/bump-plugins.js \
- --target ${{ inputs.backstage_target }}
44
- --ref main
+ --target ${{ inputs.backstage_target }} \
45
+ --ref main \
46
--debug
47
48
- name: Configure git
@@ -51,8 +52,6 @@ jobs:
51
52
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
53
54
- name: Create Pull Request
55
56
uses: peter-evans/create-pull-request@v6
57
with:
58
base: main
0 commit comments