Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartanJ committed Oct 30, 2024
2 parents b1970c2 + af680ba commit c17e7a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ecode-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
repository: 'SpartanJ/eepp'
fetch-depth: 0
submodules: 'recursive'
ref: 'refs/tags/${{ needs.release.outputs.version }}'
ref: 'refs/tags/ecode-${{ needs.release.outputs.version }}'
- name: Set Environment Variables
run: |
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
repository: 'SpartanJ/eepp'
fetch-depth: 0
submodules: 'recursive'
ref: 'refs/tags/${{ needs.release.outputs.version }}'
ref: 'refs/tags/ecode-${{ needs.release.outputs.version }}'
- name: Set Environment Variables
run: |
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
repository: 'SpartanJ/eepp'
fetch-depth: 0
submodules: 'recursive'
ref: 'refs/tags/${{ needs.release.outputs.version }}'
ref: 'refs/tags/ecode-${{ needs.release.outputs.version }}'
- name: Set Environment Variables
run: |
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
repository: 'SpartanJ/eepp'
fetch-depth: 0
submodules: 'recursive'
ref: 'refs/tags/${{ needs.release.outputs.version }}'
ref: 'refs/tags/ecode-${{ needs.release.outputs.version }}'
- name: Set Environment Variables
run: |
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
repository: 'SpartanJ/eepp'
fetch-depth: 0
submodules: 'recursive'
ref: 'refs/tags/${{ needs.release.outputs.version }}'
ref: 'refs/tags/ecode-${{ needs.release.outputs.version }}'
- name: System Information
run: |
system_profiler SPSoftwareDataType
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
repository: 'SpartanJ/eepp'
fetch-depth: 0
submodules: 'recursive'
ref: 'refs/tags/${{ needs.release.outputs.version }}'
ref: 'refs/tags/ecode-${{ needs.release.outputs.version }}'
- name: System Information
run: |
system_profiler SPSoftwareDataType
Expand Down

0 comments on commit c17e7a4

Please sign in to comment.