Skip to content

Fix JSON parsing function of numerals formatted as scientific notatio… #107

Fix JSON parsing function of numerals formatted as scientific notatio…

Fix JSON parsing function of numerals formatted as scientific notatio… #107

name: Release Drafter
on:
push:
branches:
- master
jobs:
draft:
runs-on: ubuntu-latest
if: github.repository == 'CBATeam/CBA_A3'
steps:
- name: Release Drafter
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}