Skip to content

fix image positioning #97

fix image positioning

fix image positioning #97

Workflow file for this run

name: Release UI bundle
on:
push:
branches:
- '*'
jobs:
release:
permissions:
contents: write
packages: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
npm install
- name: Create release
run: npx gulp release
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_BRANCH: ${{ github.ref_name }}