Skip to content

Commit

Permalink
Try fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
mainnet-pat committed Dec 21, 2022
1 parent 21272a8 commit 3054557
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# This is a basic workflow to help you get started with Actions
# This is a github action which builds Fulcrum docker image and uploads it on Docker Hub
# This action is triggered when a new tagged release is created. Recommended tag names are in semver format, for example: v1.0.0

name: Publish

# Controls when the workflow will run
on:
# Triggers the workflow on release creation
release:
types: [created]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit 3054557

Please sign in to comment.