Skip to content

Commit

Permalink
Updating spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
zetxek committed Jan 4, 2025
1 parent 8542adb commit 2481f81
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Crease release

on:
push:
tags:
- "v*.*.*"
push:
tags:
- "v*.*.*"

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true

0 comments on commit 2481f81

Please sign in to comment.