Skip to content

Commit

Permalink
Updates current-time to published version (#823)
Browse files Browse the repository at this point in the history
* Updates current-time to published version

* move time to before checkout since we don't need the code anymore
  • Loading branch information
gerred authored and kudo-ci committed Sep 13, 2019
1 parent c81392a commit 543a4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-on-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get current time
uses: gerred/current-time@v1.0.0
- name: Checkout Code
uses: actions/checkout@v1
- name: Get current time
uses: gerred/actions/current-time@master
id: current-time
- name: Login to Github Package Registry
uses: actions/docker/login@master
Expand Down

0 comments on commit 543a4b9

Please sign in to comment.