Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Apr 21, 2024
1 parent 66b0464 commit 7a5c203
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/copyright.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Update-Copyright-Year
name: Update Copyright Year

on:
schedule:
- cron: '0 3 1 1 *'
workflow_dispatch:

jobs:
Update-Copyright-Year:
update:
runs-on: ubuntu-latest
steps:

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
name: Release
name: PyPI Release

on:
create:
tags:
- v*

jobs:
tagged-release:
name: Release
release:
runs-on: ubuntu-latest
steps:

- name: Create Release for new Tag
uses: marvinpinto/action-automatic-releases@latest
with:
title: ArrAPI ${{ github.event.ref }}
title: ${{ secrets.REPO_NAME }} ${{ github.event.ref }}
repo_token: ${{ secrets.PAT }}
prerelease: false

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Tag
name: Tag New Version

on:
push:
branches: [ master ]
branches:
- '**'
pull_request:

jobs:
tag-new-versions:
tag:
runs-on: ubuntu-latest
steps:

Expand All @@ -17,4 +19,4 @@ jobs:
- uses: salsify/action-detect-and-tag-new-version@v1.0.3
with:
version-command: |
cat VERSION
cat VERSION
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.9
1.4.10

0 comments on commit 7a5c203

Please sign in to comment.