Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Nov 15, 2023
1 parent eb5834e commit 8fec80b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,14 @@ jobs:
echo "::set-output name=branch_name::$BRANCH_NAME"
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v2
with:
repository: AppFlowy-IO/AppFlowy
ref: ${{ steps.parse_tag.outputs.branch_name }}

- name: Checkout source code
run: ls -al

- name: Create Env file
run: |
cp dev.env .env
Expand Down

0 comments on commit 8fec80b

Please sign in to comment.