Skip to content

Commit

Permalink
#92 more fixes for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmartins committed Apr 17, 2023
1 parent 79ea53e commit ed1187a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/RELEASE.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: RELEASE

# Trigger the workflow on push or pull request
# Trigger the workflow on release, which is created by the release tools locally
on:
push:
tags:
- '*'
release:
types: [published]

# the `concurrency` settings ensure that not too many CI jobs run in parallel
concurrency:
Expand Down Expand Up @@ -79,7 +78,7 @@ jobs:
# GAP="$HOME/gap/bin/gap.sh" bash -x $HOME/ReleaseTools/release-gap-package --force --push --token ${GH_TOKEN}

publish_js_python_packages:
needs: gap_release_tools
#needs: gap_release_tools
name: Build and Publish plugins
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit ed1187a

Please sign in to comment.