Skip to content

Commit

Permalink
update template github action
Browse files Browse the repository at this point in the history
  • Loading branch information
LottePitcher committed Aug 17, 2023
1 parent da516fc commit 0b32c99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Name: Release Package
name: Release Package

# This action will start when a correctly formatted tag is pushed (e.g. 0.1.0)

Expand Down
4 changes: 2 additions & 2 deletions template/.github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is a basic workflow to help you get started with Actions

name: Release Package

# This action will start when a correctly formatted tag is pushed (e.g. 0.1.0)

on:
push:
tags:
Expand Down

0 comments on commit 0b32c99

Please sign in to comment.