Skip to content

Commit

Permalink
cd: remove scheduled release job
Browse files Browse the repository at this point in the history
  • Loading branch information
stackmystack committed Sep 16, 2024
1 parent 41d14f8 commit ce1e50b
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,3 @@ jobs:
./lib/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

release-fixed-assets:
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Prepare git # To get tags from `git describe`
run: git fetch --prune --unshallow
- name: Release
if: ${{ github.event_name == 'schedule' }}
uses: softprops/action-gh-release@v2
with:
name: Release
draft: true
prerelease: false
files: ref
tag_name: ${{ steps.vars.outputs.sha_short }}
make_latest: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ce1e50b

Please sign in to comment.