Skip to content

Commit

Permalink
chore: update create-tag node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Jul 1, 2024
1 parent b6fa50d commit a033fdd
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/create-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,19 @@ on:
jobs:
create_tag:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@master
with:
persist-credentials: false
- name: Build files using ${{ matrix.node-version }}
uses: actions/setup-node@v1
- name: Set up Node version
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 18
- name: Install dependencies
run: npm ci
- name: Release new version
id: release
run: |
npm ci
npm run release
env:
CI: true
Expand All @@ -31,4 +29,4 @@ jobs:
SEMANTIC_RELEASE_PACKAGE: Feedzy(free)
GIT_AUTHOR_EMAIL: ${{ secrets.BOT_EMAIL }}
GIT_COMMITTER_NAME: themeisle[bot]
GIT_COMMITTER_EMAIL: ${{ secrets.BOT_EMAIL }}
GIT_COMMITTER_EMAIL: ${{ secrets.BOT_EMAIL }}

0 comments on commit a033fdd

Please sign in to comment.