Skip to content

Commit

Permalink
Merge branch 'develop' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Jun 7, 2021
2 parents 0759440 + db472fe commit 6ab641d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- develop
- stable
- ci/*

jobs:
build:
Expand Down Expand Up @@ -45,9 +46,12 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- run: echo "::set-output name=CAN_RELEASE::${{ env.CAN_RELEASE }}"
- id: can_release
run: echo '::set-output name=CAN_RELEASE::${{ env.CAN_RELEASE }}'
env:
CAN_RELEASE: ${{ secrets.AUTO_RELEASE_GH_TOKEN != '' }}
outputs:
CAN_RELEASE: ${{ steps.can_release.outputs.CAN_RELEASE }}

release:
runs-on: ubuntu-latest
Expand Down

1 comment on commit 6ab641d

@vercel
Copy link

@vercel vercel bot commented on 6ab641d Jun 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.