Skip to content

fix(cicd):fix publish npm is not work (#35) #22

fix(cicd):fix publish npm is not work (#35)

fix(cicd):fix publish npm is not work (#35) #22

Workflow file for this run

name: goreleaser
on:
push:
tags:
- v*.*.*
permissions:
contents: write
jobs:
call-workflow-passing-data:
uses: IceWhaleTech/github/.github/workflows/go_release.yml@main
with:
project-name: CasaOS-MessageBus
file-name: casaos-message-bus
secrets:
OSS_KEY_ID: ${{ secrets.OSS_KEY_ID }}
OSS_KEY_SECRET: ${{ secrets.OSS_KEY_SECRET }}