Skip to content

fix: check endpoint prefix in qiniu.go #32

fix: check endpoint prefix in qiniu.go

fix: check endpoint prefix in qiniu.go #32

Workflow file for this run

name: Go
on:
- push
- pull_request
jobs:
semantic-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run semantic-release
if: github.repository == 'casdoor/oss' && github.event_name == 'push'
run: |
npm install --save-dev [email protected]
npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}