Skip to content

Commit

Permalink
Revert pushing to release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Oct 11, 2023
1 parent bdc663e commit 4672c58
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish-on-release.yml
Expand Up @@ -64,13 +64,3 @@ jobs:
run: upload-assets --url-path vanilla-framework-version-$(cat css/VANILLA_VERSION).min.css css/build.css
env:
UPLOAD_ASSETS_API_TOKEN: ${{secrets.UPLOAD_ASSETS_API_TOKEN}}

publish-website:
name: Publish to the production website
needs: [publish-assets]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Push to release branch
run: |
git push --force origin release

0 comments on commit 4672c58

Please sign in to comment.