Skip to content

Commit

Permalink
Bumping github action tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Clifford committed Jan 15, 2021
1 parent efb0aa4 commit 39e7b79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:

- name: Build Drutiny Phar
id: drutiny-build
uses: AmazeeLabs/[email protected].5
uses: AmazeeLabs/[email protected].6
with:
tag-ref: ${{ steps.get-tag.outputs.tag }}
composer-packages: "amazeelabs/algm_drutiny_plugin, bomoko/lagoon-formatter:dev-master"
composer-repos: "amazeelabs/algm_drutiny_plugin vcs https://github.com/AmazeeLabs/algm_drutiny.git"
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Change Directory
run: cd ./drutiny && ls -la
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
uses: AmazeeLabs/[email protected]
with:
tag-ref: ${{ steps.get-tag.outputs.tag }}
composer-packages: "bomoko/algm_drutiny_profile:dev-master, bomoko/lagoon-formatter:dev-master"
composer-repos: "bomoko/algm_drutiny_plugin vcs https://github.com/AmazeeLabs/algm_drutiny.git"
composer-packages: "bomoko/algm_drutiny_profile, bomoko/lagoon-formatter"
composer-repos: "bomoko/algm_drutiny_profile vcs https://github.com/AmazeeLabs/algm_drutiny.git"

- name: Change Directory
run: cd ./drutiny && ls -la
Expand Down

0 comments on commit 39e7b79

Please sign in to comment.