Skip to content

Commit

Permalink
ci: echo env
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Dec 6, 2024
1 parent 0da7a48 commit 28dc343
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: npm publish
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
- run: npm i -g npm
- run: npm ci
Expand All @@ -25,3 +25,8 @@ jobs:

- name: Create Release
uses: softprops/action-gh-release@v2

- name: Info
run: |
echo "${GITHUB_REF_TYPE}"
echo "${GITHUB_REF_NAME}"
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm test

- name: Info
run: |
echo "${GITHUB_REF_TYPE}"
echo "${GITHUB_REF_NAME}"

0 comments on commit 28dc343

Please sign in to comment.