Skip to content

Commit

Permalink
Master publish (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Jun 10, 2024
1 parent 0417570 commit 748231b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or
# in parallel.
jobs:
steps:
jobs:
publish-tag:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Get Sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 748231b

Please sign in to comment.