Skip to content

Commit

Permalink
Update github release workflow
Browse files Browse the repository at this point in the history
- Modified Uli project url
- Updated actions/checkout version
- Updated deprecated set-output command
  • Loading branch information
duggalsu authored and dennyabrain committed Jul 19, 2023
1 parent a02a454 commit d2add82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:
runs-on: "ubuntu-latest"
environment:
name: development
url: "https://github.com/tattle-made/OGBV/releases"
url: "https://github.com/tattle-made/Uli/releases"

steps:
- name: "Checkout Development Branch"
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: main

- name: Get commit SHA
shell: bash
run: |
echo "setting variables"
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
echo "sha_short==$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: "Build and Test"
run: |
Expand Down

0 comments on commit d2add82

Please sign in to comment.