Skip to content

Commit

Permalink
Merge branch 'feature/v4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 4, 2023
2 parents 15494c8 + 13e48b1 commit 0d7a2f4
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 55 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

39 changes: 39 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Release

permissions:
contents: write

on:
push:
tags:
- 'v*'

# on:
# push:
# branches:
# - main
# - master
# release:
# types: [created]
# # workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: write
packages: write

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18.x
registry-url: 'https://registry.npmjs.org'
- run: npm version
- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "briefing",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"description": "Secure direct video chat",
"repository": {
Expand Down

0 comments on commit 0d7a2f4

Please sign in to comment.