mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-17 08:26:28 +08:00
.
This commit is contained in:
parent
1e88508284
commit
e2dfc1cd6c
6
.github/workflows/build-publish-docker.yml
vendored
6
.github/workflows/build-publish-docker.yml
vendored
@ -15,14 +15,14 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Use Node.js 16.x
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '18'
|
||||
node-version: 'lts/*'
|
||||
|
||||
## With the above semantic-release configuration, will create a release and push the dist/index.js file as well as all the tags required
|
||||
- name: Semantic Release
|
||||
run: npx -p node@v18-lts -c "npx semantic-release"
|
||||
run: npx semantic-release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user