Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wxt-3163880
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
wxt-3163880
Commits
e586ac1d
Commit
e586ac1d
authored
4 years ago
by
Will Hearn
Browse files
Options
Downloads
Patches
Plain Diff
feat(doc): Update README.md
parent
403e807f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/tag.yml
+1
-3
1 addition, 3 deletions
.github/workflows/tag.yml
with
1 addition
and
3 deletions
.github/workflows/tag.yml
+
1
−
3
View file @
e586ac1d
...
...
@@ -81,7 +81,7 @@ jobs:
-
name
:
Checkout repos to update tags
run
:
|
git clone --branch
9
.x https://drupalwxt-svc:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/drupalwxt/site-wxt.git
git clone --branch
8
.x https://drupalwxt-svc:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/drupalwxt/site-wxt.git
-
name
:
Push to site-wxt the latest build sha
run
:
|
...
...
@@ -90,9 +90,7 @@ jobs:
COMPOSER_AUTH='${{ secrets.COMPOSER_AUTH }}' composer install
git add .
git commit -m "Update to latest version of WxT ${{ env.GITHUB_REFERENCE }}" || true
git tag ${{ env.GITHUB_REFERENCE }}
git push origin 8.x
git push origin ${{ env.GITHUB_REFERENCE }}
# Connect to Container registry
-
uses
:
azure/docker-login@v1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment