Skip to content

fix(utime for archive): Set utime for the zip itself to help idempot… #42

fix(utime for archive): Set utime for the zip itself to help idempot…

fix(utime for archive): Set utime for the zip itself to help idempot… #42

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency:
group: ${{ github.ref }}-release
jobs:
Release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: npm ci
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_NPM_TOKEN }}