Skip to content

Commit

Permalink
ci: delete file from wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
ilGianfri committed Nov 22, 2024
1 parent 2a4c733 commit 72945fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 77 deletions.
68 changes: 0 additions & 68 deletions .github/release.yml

This file was deleted.

11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish Release
on:
push:
branches: [ "main" ]
workflow_dispatch:

permissions:
contents: write
Expand All @@ -15,7 +16,7 @@ permissions:

jobs:
build-releases:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- name: Checkout
Expand All @@ -29,14 +30,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
version_type: patch

# Remove the starting v from the tag with a powershell script and store it in an output
- name: Remove v from tag
id: remove_v
run: |
$tag = "${{ steps.compute_tag.outputs.next_tag }}"
$tag = $tag -replace '^v', ''
echo "::set-output name=next_tag::$tag"
# Install the .NET SDK workload
- name: Install .NET
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 72945fd

Please sign in to comment.