We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ce691 commit a666392Copy full SHA for a666392
action.yml
@@ -8,15 +8,15 @@ inputs:
8
9
runs:
10
using: "composite"
11
- env:
12
- DIR: /tmp/semantic-release-packages
13
steps:
14
- name: Setup Node.js
15
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
16
with:
17
node-version: 24.10.0
18
19
- name: Set up publishing environment
+ env:
+ DIR: /tmp/semantic-release-packages
20
run: |
21
mkdir $DIR
22
cp ${{ github.action_path }}/package.json $DIR/package.json
@@ -32,5 +32,6 @@ runs:
32
run: $DIR/node_modules/.bin/semantic-release
33
shell: bash
34
env:
35
36
GITHUB_ACTION: 1
37
GITHUB_TOKEN: ${{ inputs.github-token }}
0 commit comments