Skip to content

fix: Set object does not start with / #23

fix: Set object does not start with /

fix: Set object does not start with / #23

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 }}