Skip to content

Commit

Permalink
no more prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamkadaban committed Aug 27, 2024
1 parent fb0d8a8 commit 3ba681e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: "pre-release"
name: "release"

on:
push:
branches:
- "main"

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

steps:
Expand All @@ -27,7 +27,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
prerelease: false
title: "Latest Build"
files: |
"UFSIT Constitution.pdf"
*.pdf

0 comments on commit 3ba681e

Please sign in to comment.