Skip to content

fix: azure file path (#9) #14

fix: azure file path (#9)

fix: azure file path (#9) #14

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 semantic-release@17.2.4
npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}