Skip to content

Merge pull request #31 from Epse/fix-always_reqalt #20

Merge pull request #31 from Epse/fix-always_reqalt

Merge pull request #31 from Epse/fix-always_reqalt #20

Workflow file for this run

name: Push to GitLab
on:
push:
tags:
- v*
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: 'main'
fetch-depth: 0
fetch-tags: 1
- name: Push to GitLab
run: |
git checkout main
git push --set-upstream https://Epse:${{ secrets.GITLAB_PA }}@gitlab.com/belux-vacc/belux-discord-bot.git main