Skip to content

Commit

Permalink
Separating uses and run steps
Browse files Browse the repository at this point in the history
  • Loading branch information
a8trejo committed Feb 1, 2022
1 parent bda1763 commit 54fdf7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- name: Set Env Variables
- name: Repo Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set Env Variables
run: |
echo "PRERELEASE_VERSION=$(echo v`date +%Y.%m.%d`.`git rev-parse --short HEAD`.rc)" >> $GITHUB_ENV
echo "RELEASE_DATE=$(echo `date +%Y\.%m\.%d`)" >> $GITHUB_ENV
Expand Down

0 comments on commit 54fdf7e

Please sign in to comment.