Skip to content

Commit

Permalink
release together
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Apr 6, 2022
1 parent 6ab61eb commit 63bcbcd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |-
echo 'GITHUB_TOKEN=${{secrets.GITHUB_TOKEN}}' > .release-env
#- name: draft release
# run: make release
- name: draft release
run: make release
- uses: cachix/install-nix-action@v16
- uses: cachix/cachix-action@v10
with:
Expand Down Expand Up @@ -48,4 +48,5 @@ jobs:
uses: softprops/action-gh-release@v1
with:
draft: true
tag_name: "${GITHUB_REF##*/}"
files: "${{ env.FILES }}"

0 comments on commit 63bcbcd

Please sign in to comment.