mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Update publish.yml
This commit is contained in:
14
.github/workflows/publish.yml
vendored
14
.github/workflows/publish.yml
vendored
@@ -53,13 +53,13 @@ jobs:
|
|||||||
sudo npm install -g prettier
|
sudo npm install -g prettier
|
||||||
openapi2postmanv2 -h
|
openapi2postmanv2 -h
|
||||||
|
|
||||||
- name: Generate openapi spec and publish the api
|
# - name: Generate openapi spec and publish the api
|
||||||
working-directory: services
|
# working-directory: services
|
||||||
if: github.ref == 'refs/heads/master'
|
# if: github.ref == 'refs/heads/master'
|
||||||
run: |
|
# run: |
|
||||||
go run cmd/publisher/main.go .
|
# go run cmd/publisher/main.go .
|
||||||
env:
|
# env:
|
||||||
MICRO_ADMIN_TOKEN: ${{ secrets.MICRO_ADMIN_TOKEN }}
|
# MICRO_ADMIN_TOKEN: ${{ secrets.MICRO_ADMIN_TOKEN }}
|
||||||
|
|
||||||
- name: Generate package
|
- name: Generate package
|
||||||
working-directory: services
|
working-directory: services
|
||||||
|
|||||||
Reference in New Issue
Block a user