Skip to content

Commit

Permalink
update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarfgp committed Dec 14, 2023
1 parent aafd268 commit 6ffdcad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Release

on:
push:
branches: [ main ]
tags: ['[0-9]+.[0-9]+.[0-9]+', '[0-9]+.[0-9]+.[0-9]+-pre[0-9]+']

permissions: write-all

env:
CONFIG: Release
TEMPLATE_PROJ: templates/FSharp.Mobile.Templates.proj
TEMPLATE_PROJ: FSharp.Mobile.Templates.proj

jobs:
release:
Expand All @@ -34,7 +34,7 @@ jobs:
with:
validation_level: warn
version: '${{ env.RELEASE_VERSION }}'
path: templates/CHANGELOG.md
path: CHANGELOG.md
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 6ffdcad

Please sign in to comment.