Skip to content

Commit

Permalink
feat: Add release.yml for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Nov 7, 2023
1 parent f7e0b0a commit 7fb66be
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: "pre-release"

on:
push:
branches:
- "master"

jobs:
pre-release:
name: "Pre Release"
runs-on: "ubuntu-latest"

steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
Rishi_Kumar_Resume.pdf

0 comments on commit 7fb66be

Please sign in to comment.