Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Jan 16, 2024
1 parent 6f33351 commit e968e08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
git reset
git checkout .
git fetch origin nexus-unofficial
git cherry-pick ...origin/nexus-unofficial -n
git -c user.name="make-release-workflow" merge origin/nexus-unofficial --allow-unrelated-histories
git clean -fdx
mv .git ..
rm -rf .??*
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
git reset
git checkout .
git fetch origin nexus-unofficial
git cherry-pick ...origin/nexus-unofficial -n
git -c user.name="make-release-workflow" merge origin/nexus-unofficial --allow-unrelated-histories
git clean -fdx
mv .git ..
rm -rf .??*
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/submit-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
tags:
- 'v*'
- '!*dev*'
- '!*alpha*'
- '!*beta*'

jobs:
release:
Expand Down

0 comments on commit e968e08

Please sign in to comment.